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
- Customer Resources
- 65.1K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!