Multiple IF Statement giving an #UNPARSEABLE error.

=IF([QTY 1]@row = "", "0"), IF([QTY 1]@row = "1", "1246"), IF([QTY 1]@row = "2", "2492")
This formula is currently returning as #UNPARSEABLE
I have a helper column that is my "QTY 1" column, as this increases I would like the "Price per" column to double in price.
Prices stay pretty static and change very rarely.
I feel like I might be missing something small in this instance, or perhaps tackling this from the wrong angle.
Thank you for any help you can provide Smartsheet Community!
Best Answer
-
@Matthew R I changed it to read as blank and moved the parenthesis; see if this one works =IF(ISBLANK([QTY 1]@row), "0", IF([QTY 1]@row = "1", "1246", IF([QTY 1]@row = "2", "2492")))
Answers
-
@Matthew R I changed it to read as blank and moved the parenthesis; see if this one works =IF(ISBLANK([QTY 1]@row), "0", IF([QTY 1]@row = "1", "1246", IF([QTY 1]@row = "2", "2492")))
-
WORKED PERFECTLY! Can not thank you enough.
I see the switching of the parenthesis in the first @row and the addition of the (ISBLANK is something I did not even think about.
Thank you for the education!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.6K Get Help
- 435 Global Discussions
- 152 Industry Talk
- 495 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!