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
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 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!