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
Hello , I am looking for help to write a formula that will check a box if certain criteria are met. I have students that are signing up for a class and they need the previous class or classes as prerequisites. for example i have class 1, class 2 , class 3 and class 4. each higher number class needs to have completed the…
Hello, I am looking for formula help where I want to return the earliest date in a range for different workstreams groups on a project. The source sheet is formatted as a date field, and the formula used below is returning a 0 no matter what I do. Any suggestions? =MIN(COLLECT({Project Plan - start date}, {Project Plan…
I currently have 14 sheets with the following columns: Batch # and Reviewer I use an Index Distinct formula to acquire the unique batch numbers from all 14 sheets and put them into 14 columns on the 'metrics' sheet. I then use another index distinct to get a list of all the unique batch numbers into one 'Unique Batch…