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
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 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!