Flag setting
Tinka Louw
✭✭
I need he flag to be activated when 2 conditions are met
E.g if there is a value in a column and no value in another column, the flag must show
Answers
-
Try something like this..
=IF(AND(ISBLANK([COLUMN1]@row),NOT(ISBLANK([COLUMN2]@row))),1,0)
You may have issues if you have formulas in cells as they may show as nonblank. In this case, you may want to use something more appropriate for the data like <0, or ISDATE...
The column where you put this formula must be a symbol with the flags turned on and 1 will cause the flag to show, and 0 will turn it off.
Brent C. Wilson, P.Eng, PMP, Prince2
Facilityy Professional Services Inc.
http://www.facilityy.com
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!