Help: #INCORRECT ARGUMENT SET
Trying to figure why this isn't working...the first two formulas seems to work but adding the third gives me the #INCORRECT error...Please let me know what I did wrong? =IF(ISBLANK([1st PRODUCT_OWNER APPROVAL]@row), "", IF(ISBLANK([2nd PRODUCT OWNER APPROVAL]@row), "", IF(AND([1st PRODUCT_OWNER APPROVAL]@row = "APPROVED", [2nd PRODUCT OWNER APPROVAL]@row = "APPROVED"), "APPROVED", "NEEDS MODIFICATION"), IF(AND([1st PRODUCT_OWNER APPROVAL]@row = "DECLINED", [2nd PRODUCT OWNER APPROVAL]@row = "DECLINED"), "DECLINED", "NEEDS MODIFICATION")))
Best Answers
-
Hi Shirley,
Try something like this.
=IF(OR(ISBLANK([1st PRODUCT_OWNER APPROVAL]@row); ISBLANK([2nd PRODUCT OWNER APPROVAL]@row)); ""; IF(AND([1st PRODUCT_OWNER APPROVAL]@row = "APPROVED"; [2nd PRODUCT OWNER APPROVAL]@row = "APPROVED"); "APPROVED"; IF(AND([1st PRODUCT_OWNER APPROVAL]@row = "DECLINED"; [2nd PRODUCT OWNER APPROVAL]@row = "DECLINED"); "DECLINED"; "NEEDS MODIFICATION")))
The same version but with the below changes for your and others convenience.
=IF(OR(ISBLANK([1st PRODUCT_OWNER APPROVAL]@row), ISBLANK([2nd PRODUCT OWNER APPROVAL]@row)), "", IF(AND([1st PRODUCT_OWNER APPROVAL]@row = "APPROVED", [2nd PRODUCT OWNER APPROVAL]@row = "APPROVED"), "APPROVED", IF(AND([1st PRODUCT_OWNER APPROVAL]@row = "DECLINED", [2nd PRODUCT OWNER APPROVAL]@row = "DECLINED"), "DECLINED", "NEEDS MODIFICATION")))
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma."
Did it work?
I hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
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.
-
Excellent!
Happy to help!
✅Remember! Did my post help answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
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.
Answers
-
Hi Shirley,
Try something like this.
=IF(OR(ISBLANK([1st PRODUCT_OWNER APPROVAL]@row); ISBLANK([2nd PRODUCT OWNER APPROVAL]@row)); ""; IF(AND([1st PRODUCT_OWNER APPROVAL]@row = "APPROVED"; [2nd PRODUCT OWNER APPROVAL]@row = "APPROVED"); "APPROVED"; IF(AND([1st PRODUCT_OWNER APPROVAL]@row = "DECLINED"; [2nd PRODUCT OWNER APPROVAL]@row = "DECLINED"); "DECLINED"; "NEEDS MODIFICATION")))
The same version but with the below changes for your and others convenience.
=IF(OR(ISBLANK([1st PRODUCT_OWNER APPROVAL]@row), ISBLANK([2nd PRODUCT OWNER APPROVAL]@row)), "", IF(AND([1st PRODUCT_OWNER APPROVAL]@row = "APPROVED", [2nd PRODUCT OWNER APPROVAL]@row = "APPROVED"), "APPROVED", IF(AND([1st PRODUCT_OWNER APPROVAL]@row = "DECLINED", [2nd PRODUCT OWNER APPROVAL]@row = "DECLINED"), "DECLINED", "NEEDS MODIFICATION")))
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma."
Did it work?
I hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
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.
-
Yes! It worked! (The commas formula) Thank you!
-
Excellent!
Happy to help!
✅Remember! Did my post help answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
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.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!