IF STATEMENT
Hi.
I have two columns : Deliverable status and Task status and I have the following conditions applied to the task status column:
1. If deliverable status = reported or shipped, then task status = complete
2. If deliverable status = awaiting results, then task status = ongoing
3. If deliverable status = not required or to be decided (TBD), then task status = not applicable
I created the following formula : =IF([DELIVERABLE STATUS]1 = "AWAITING RESULTS","ONGOING",IF(OR([DELIVERABLE STATUS]1 = "REPORTED,"SHIPPED"),"COMPLETE",IF(OR([DELIVERABLE STATUS]1 = "NOT REQUIRED","TBD"), "N/A")))
But its showing that its unparseable.
Can someone please see what the error in the formula is ?
Thank you
Comments
-
Hi,
Try this.
=IF(OR([Deliverable status]@row = "reported"; [Deliverable status]@row = "shipped"); "complete"; IF([Deliverable status]@row = "awaiting results"; "ongoing"; IF(OR([Deliverable status]@row = "not required"; [Deliverable status]@row = "to be decided (TBD)"); "not applicable")))
The same version but with the below changes for your and others convenience.
=IF(OR([Deliverable status]@row = "reported", [Deliverable status]@row = "shipped"), "complete", IF([Deliverable status]@row = "awaiting results", "ongoing", IF(OR([Deliverable status]@row = "not required", [Deliverable status]@row = "to be decided (TBD)"), "not applicable")))
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
I hope this helps you!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Thank you ! It worked perfectly.
-
Great!
Happy to help!
Best,
Andrée
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives