IF and BLANK nesting formulas
I am trying to use an IF statement in the approved column that says "If status is requested, return PIPELINE, all other statuses return APPROVE, unless it's blank then leave the cell blank". Everything I try returns #UNPARSEABLE.
I had it working but someone messed with my sheet and now I can't get it back! Help :)
Tags:
Best Answer
-
Hi @RNYQUIST,
Give this a try.
=IF(ISBLANK(Status@row), "", IF(Status@row = "Requested", "PIPELINE", "APPROVE"))
Hope this helps,
Dave
Answers
-
Hi @RNYQUIST,
Give this a try.
=IF(ISBLANK(Status@row), "", IF(Status@row = "Requested", "PIPELINE", "APPROVE"))
Hope this helps,
Dave
-
Worked beautifully. I swear I tried this 😂 I must have missed either a quotation or parenthesis.
Thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 451 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 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!