% as Negative
Tony Barthelemy
✭✭✭✭✭
How do you structure your formula calculate negative if it is over 100%
For example, I am at 144% which is over budget
Current Formula =AC1 / [Project Budget]1
Results 144%, I would like it to calculate -44% once I am over budget.
Tags:
Comments
-
Hi Kam,
=IFERROR(IF(AC1 / [Project Budget]1 >1, 1 - AC1 / [Project Budget]1, AC1 / [Project Budget]1),"")
This should do what you're looking for. I threw an IFERROR in there so you didn't get an error result if the values were blank.
Kind regards,
Chris McKay
-
Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 70 Community Job Board
- 497 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!