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
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 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!