How do I change a row color based on another rows date?
Hi guys,
I am looking to change the text color in the row labeled "Projected Start Date" to red if the date in the row "Actual Start Date" is beyond that projected start date. I assume this is something that conditional formatting can help with, but I can't seem to figure it out. Can anyone help with this?
Thanks!
Tags:
Answers
-
@MaddyDesautels You would need to add a helper column
in the helper column you would have a column formula that is something like
=if([projected start date]@row < [actual start date]@row, 1, 0)
Then in your conditional formatting you will format the projected start date column based on if your helper column is 1.
Does that make sense? I can send a screenshot if that helps
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!