If/then question with color formatting
Cyndi
✭✭
This is what I am trying to accomplish. Is there a way through conditional formatting or any other options
- If [Report Submission Date] is greater than [Report Due-10] then Report Past Due Flag should be RED
- If [Report Due Date-10] is in the past AND [Report Submission Date] is blank, then Report Past Due Flag should be BLUE
Answers
-
You can format your "Report Past Due" field as a Symbol column type. Based on your colors, I selected the 4 color balls symbol type:
Which gave me these results:
Using this formula:
=IF([Report Submission Date]@row > [Report Due-10]@row, "Red", IF(AND([Report Due-10]@row < TODAY(), ISBLANK([Report Submission Date]@row)), "Blue"))
-
You could also use the "color" column as a helper column, and set conditional formatting to format the Report Submission date column based on whether the Color column says "Red" or "Blue"
-
Thank you so much! I like using the dots it's more eye catching.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!