Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fill empty cells with a particular value #35

Open
adamrp opened this issue Mar 12, 2015 · 6 comments
Open

Fill empty cells with a particular value #35

adamrp opened this issue Mar 12, 2015 · 6 comments

Comments

@adamrp
Copy link

adamrp commented Mar 12, 2015

Improvement Description
The particular value might be user-defined, or pre-defined (e.g., NaN)

@jairideout
Copy link
Member

👍 this would be really handy for e.g., QIIME, which doesn't support empty cells.

@jairideout
Copy link
Member

This can be accomplished by using the search-and-replace functionality built into Google Sheets. Turn on regex mode and enter ^$, then hit "replace all" to replace all empty cells with a particular value. You can also restrict the search-and-replace by selecting only a portion of the sheet.

@adamrp does this work for your use case? If so I'll close the issue.

@adamrp
Copy link
Author

adamrp commented Apr 2, 2015

Works for me! I would suggest putting the workaround (if it can be called
that) in the keemei documentation, even if it is already in the google docs
documentation, so that users know about it, since I do think that this will
be a common task for keemei users

On Wed, Apr 1, 2015 at 6:13 PM, Jai Ram Rideout [email protected]
wrote:

This can be accomplished by using the search-and-replace functionality
built into Google Sheets. Turn on regex mode and enter ^$, then hit
"replace all" to replace all empty cells with a particular value. You can
also restrict the search-and-replace by selecting only a portion of the
sheet.

@adamrp https://github.com/adamrp does this work for your use case? If
so I'll close the issue.


Reply to this email directly or view it on GitHub
https://github.com/jairideout/Keemei/issues/35#issuecomment-88672340.

@jairideout
Copy link
Member

Good idea! I'll add some instructions to the docs.

@adamrp
Copy link
Author

adamrp commented Apr 2, 2015

Thanks, Jai, I think this can be closed!

On Thu, Apr 2, 2015 at 8:53 AM, Jai Ram Rideout [email protected]
wrote:

Good idea! I'll add some instructions to the docs.


Reply to this email directly or view it on GitHub
https://github.com/jairideout/Keemei/issues/35#issuecomment-88935238.

@jairideout
Copy link
Member

I'm going to leave it open for now until I can add the instructions to the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants