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
- 64.8K Get Help
- 434 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!