adding less than variable
L Duff
✭✭
Hello,
I have the following formula: =SUM((Length@row * Width@row) / 144 * 150)
I would like to add a variable that gives a result of $491 for an result that is less than $491 but answers the above equation for any sum that is greater than $491
ie: example 1. 24*12/144*150 = $300-- I'd like the answer to populate as $491 instead of $300
example 2. 30*20/144*150=$625-- it should populate as $625
thank you for your help
Best Answer
-
Try this:
=IF(SUM((Length@row * Width@row) / 144 * 150) < 491, 491, SUM((Length@row * Width@row) / 144 * 150))
Answers
-
Try this:
=IF(SUM((Length@row * Width@row) / 144 * 150) < 491, 491, SUM((Length@row * Width@row) / 144 * 150))
-
Thank you so much- that works!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 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!