Highlight a specific cell not the entire column/row
I'm looking to only have child rows highlighted when the value is greater than one. Currently conditional formatting only allows for applying a format to an entire row, or to all the cells within a column (Parent + Child) are there any formulas I can embed in a child row cell that will only highlight for that specific cell?
Best Answer
-
You would need a helper column (can be hidden after setting up to keep the sheet clean). I would suggest a checkbox with the following column formula:
=IF(COUNT(CHILDREN([Column name Of Choice]@row)) = 0, 1)
This will automatically check the boxes on all child rows. You would then include this as one of the criteria in your conditional formatting rule.
Answers
-
You would need a helper column (can be hidden after setting up to keep the sheet clean). I would suggest a checkbox with the following column formula:
=IF(COUNT(CHILDREN([Column name Of Choice]@row)) = 0, 1)
This will automatically check the boxes on all child rows. You would then include this as one of the criteria in your conditional formatting rule.
-
That worked our quite well, thanks so much Paul!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!