Formula to display Red Flags
I am attempting to have a RED Flag populate in the "Risk" Column for cells where the "Available Space" is less than 10.
Kindly when answering, please complete the entire formula from start to end as from research I tend to get bits and pieces as seen in my screenshot.
Thanks,
Comments
-
Hi there,
1st, you have to make sure the column you are placing the formula in is a symbol column set to a flag,
Then, you can use the following formula.
=IF([Available Space (GB)]@row > 10, 1, 0)
I use @ row because it will work for whatever row the formula is in. Flags in smartsheet are calculated on the back end with a 1, or 0 for no flag. This IF statement is saying if the available space is greater than 10 then flag the row.
-
Great and quick response!!
So, I'm guessing this same formula cannot be used on the other listed Symbols ei; RYG Balls. If so, why can't I get either to populate in a Dashboard Chart?
Thanks,
-
Mike's formula flag when there is greater than 10Gb. Don't you want to know when it has LESS than 10?
Also, since you are already capturing the percentage of disk space used, doesn't it make more sense to flag on BOTH?
10Gb out of 1Tb is miniscule and if you are filling up 1Tb, you are probably doing it in large chunks and 10Gb may be gone quickly. On the other hand a 40Gb drive, the 10Gb limit may be more accurate.
I would suggest a limit for each and then use the OR() statement to determine if either limit is exceeded.
Craig
-
No, the different symbol column types register differently in the backend. To automate for RYG you would use the keywords "Red", "Yellow", and "Green".
here are some great reads on automating symbol columns
https://community.smartsheet.com/announcement/working-symbol-formulas
https://www.smartsheet.com/blog/support-tip-automate-RYG-balls
And this article outlines the key words for several symbols: https://www.smartsheet.com/blog/support-tip-column-symbols
-
Thank you for your attention and support!! You are a true valuable asset to the Smartsheet community.
-
Thanks Mike.
-
Sure thing! Glad I could help out.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 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!