Flags
Tinka Louw
ββ
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
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 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!