Multiply Different Columns w/ IF(Or

smamk
ββ
I'm using the above formula to multiply "MSRP x Final Launch Qty" to find the Project Launch $. But I'd like to revise the formula to include" If 'Final launch qty' is blank, multiply MSRP x Brief Qty"
Any advice on creating this formula?
Tags:
Answers
-
Try: =IF(OR(ISBLANK([Final Launch Qty]@row), [Final Launch Qty]@row = 0), [Brief Qty]@row * MSRP@row, [Final Launch Qty]@row * MSRP@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 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!