Variance on time or behind schedule collumn
![Joechaptaylor](https://us.v-cdn.net/6031209/uploads/defaultavatar/nWRMFRX6I99I6.jpg)
Joechaptaylor
✭✭✭✭
hi,
can anyone help me create a column that tracks if my variance column is above or equal to 0 then return a value of “on track” if the value is below 0 then return “behind schedule” BUT return a blank value if the variance column is blank.
Tags:
Answers
-
Hello @Joechaptaylor. Try something like:
=if(Variance@row="","",if(Variance@row>=0,"On Track","Behind Schedule")) -
Perfect - This does exactly as asked.
Apologies for not including this in my original request, I had an oversight to not include anywhere whereby the column "status" @row = "Blocked/HOLD".
I tried adding an additional IF command, but this doesn't work - assume I'm missing something simple?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 489 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 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!