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 Smartsheet Community! I created a formula that tracks the number of days away from the deadline that I posted on my dashboard as a visual for my students. =IF([Deadline Date]@row < TODAY(), "🔴 Past Due (" + ABS([Deadline Date]@row - TODAY()) + " days ago)", IF([Deadline Date]@row = TODAY(), "🟠 Due Today",…
Hello, I am trying to get this formula to work but am not having any luck. When I remove the last @cell….text below the formula works great. When I add it in I get an error. Any ideas? =COUNTIFS([ACCT READINESS STATUS PLV]:[ACCT READINESS STATUS PLV], OR(@cell = "PENDING LOCAL CAH", @cell = "ADDITIONAL REVIEW NEEDED LOCAL…
I have seen this question asked multiple times in the forum, but I couldn't find any clear answer provided in the answers. Please excuse me if a solution already exists, but if not, will someone please let me know if it is possible to use a previous cell value (from cell history) in a formula? I am specifically trying to…