Tagged Questions
1
vote
1answer
573 views
How to query for count of dates in Google Docs?
I have a Google Spreadsheet of line items. One of the columns is a Date field. How can I query (or use a formula) to, for example, get the count of records where the Date field is within February of ...
1
vote
0answers
1k views
Change value in one cell through a formula in another cell
I am trying to capture a timestamp for when a spreadsheet is first edited, and ONLY keep that first timestamp. However, NOW() updates each time a spreadsheet is edited. I found a working formula ...
2
votes
2answers
3k views
How can I calculate how often one string appears in a column compared to another string?
I have a column in my Google Docs spreadsheet which contains either "OK" or "NOK" (acceptance testing).
How can I calculate the percentage for how often "OK" appears compared to "NOK".
2
votes
2answers
4k views
Adding one Google Spreadsheet column to a string to dynamically create a URL in the next column
I have a spreadsheet of product id codes that I'd like to turn into links, and from everything I've read, the concat or concatenate functions in Google Docs should work for that, but so far everything ...
0
votes
1answer
931 views
Google docs spreadsheets: Copy data down into next set of blank cells, if any, for whole column?
I have some text that I've taken in from a pdf that isn't exactly synced up with the right lines as much as I'd like:
I want to duplicate the column A and D values down into any empty spaces/rows.
...
1
vote
1answer
940 views
Validation based on multiple sheets in Google Docs
I have 2 sheets that each contain a column of data that I would like combined and used as a validation list for a column in another sheet. What would the formula look like for this?
1
vote
1answer
4k views
Take SUM of colored cells in a column in Google Spreadsheets?
I have a column of numbers, where I've changed the background color of some of the cells to blue. All of the other cells in the column have the regular white background. Is it possible to create a ...