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
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 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!