Sign in to join the conversation:
Anyone figure out how to hide rows? I have a formula that blanks them out, but I would rather them hide and roll up.
Hi,
Would it work to use a filter?
I hope this helps you!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
If you have parent and child rows you can collapse them. You can also right click on the Primary column at the top and collapse all at once.
Not exactly what I am looking for; I have a formula written to "blank" out cells, but I would rather hide them.
I have a formula that is "blanking" the cells, but what I want is to be able to hide them, like you can in excel. If I don't get this to work probably going to have to go back to excel.....
You can accomplish a similar result with a filter.
I also use filters for this. I assume because you seem to be adverse to this but haven't stated why, you use filters for other reasons. Unless you are using many filters on the fly (which I often do), adding your 'hide the row' functionality into the filter is one of your best bet.
The other is to use Reports.
Craig
I am trying to write a cross sheet formula that evaluates dates based on a matching project ID on the source sheet and return a date value in the target sheet (where the formula is being written). The formula should: Look up dates in a column on another (source) sheet. Each row on this sheet has a unique ID. Only evaluate…
my formula is returning number of dates, as in adding dates.
Disregard. The problem was additional dates on collapsed child rows. Thank you. Good afternoon. I have created a metric sheet that was then used to create a chart. The formula is written as: =COUNTIF({Date of Visit}, IFERROR(YEAR(@cell ), 0) = Year@row ) This was then drug down for 4 rows. Rows 1, 2, and 4 have the correct…