Flags
I need help with automatic changing of the FLAG symbol.
I want to change the flag color to Red if another specific column is blank and White if there is something the column (the other column is not a value column)
Best Answer
-
Hi Tinka,
Try this formula:
=IF(Column@row = "", 0, 1)
Kind regards,
Matthew
Answers
-
Hi Tinka,
Try this formula:
=IF(Column@row = "", 0, 1)
Kind regards,
Matthew
-
Thx for formula
I need another flag where there 2 conditions are met
E.g if there is a value in a column and no value in another column, the flag must show
-
Hi Tinka,
Something like this should work for you:
=IF(AND(Column@row = "", Column2@row = >1), 0, 1)
Cheers,
Matthew
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 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!