Is there a way to have a flag automatically turn red if a Priority column is "A"?
Best Answer
-
This should do the trick for you.
=IF([Name of Priority Column]@row = "A", 1, 0)
Just replace "Name of Priority Column" with the actual name of your column. Remove the brackets if your name has no spaces or there isn't a number at the end of the column name.
Do be aware that if someone manually adds or removes a flag the formula will break for that row.
Answers
-
This should do the trick for you.
=IF([Name of Priority Column]@row = "A", 1, 0)
Just replace "Name of Priority Column" with the actual name of your column. Remove the brackets if your name has no spaces or there isn't a number at the end of the column name.
Do be aware that if someone manually adds or removes a flag the formula will break for that row.
-
That did it. Thank you. I was missing the name of the column.😀
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!