Baselines & Variance If Formula
I have created a new Health column and I'm trying to use the Variance number from the baseline to reflect the following.
0 Variance = "On Track", > 0 Variance = "Ahead", < 0 = Behind Schedule.
=IF([Variance]@row = 0, "On Track", IF([Variance]@row< 0(), "Behind Schedule", IF([Variance]@row> 0, "Ahead")))
Can someone help me correct the formula please.
Thank You
Sam
Best Answer
-
Looks like a couple extra brackets.
=IF([Variance]@row = 0, "On Track", IF([Variance]@row < 0, "Behind Schedule", IF([Variance]@row > 0, "Ahead"
Answers
-
Looks like a couple extra brackets.
=IF([Variance]@row = 0, "On Track", IF([Variance]@row < 0, "Behind Schedule", IF([Variance]@row > 0, "Ahead"
-
Yep…Thanks Nic !
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 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!