How to create an exception formula
CAS
✭✭✭✭
Hi,
I've created a simple formula for showing saving against two price columns that then gives me the final value in a third column.
=[Moreton - First Quotation]@row - [Moreton Final Quotation]@row
The problem is if a zero is entered into a the Moreton Final Quotation column its showing the full value of the first quotation in my final savings column
What i need is it to show any saving so if first quotation is £600 and final quotation is zero then the final saving would be zero also.
Answers
-
Hi,
A simple IF formulat should do the trick, such as ?
IF([Moreton Final Quotation]@row=0,0,[Moreton - First Quotation]@row - [Moreton Final Quotation]@row)
-
Thanks Etienne
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 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!