Different approvals
Hello All
I have a question, i have a sheet and approval workflow is triggered when a new item is created.
There are two approvals that are needed coming from two cell, and i want to see to overal Status of the approval. I am using formual: =IFERROR(IF(OR([BSS approval]@row = "Rejected" , [Function Head Decision]@row = "Rejected",), "Rejected", (IF(OR([BSS approval]@row = "Submitted" , [Function Head Decision]@row = "Submitted",), "Waiting For Approval", (IF(OR([BSS approval]@row = "Approved" , [Function Head Decision]@row = "Approved",), "Approved")),"")
But i always receive the error message #UNPARSEABLE
Can someone help me?
Best Answer
-
Hi Mario,
At first glance, I see what may be an issue with some parenthesis and commas. Try this:
=IFERROR(IF(OR([BSS approval]@row = "Rejected" , [Function Head Decision]@row = "Rejected"), "Rejected", IF(OR([BSS approval]@row = "Submitted" , [Function Head Decision]@row = "Submitted"), "Waiting For Approval", IF(OR([BSS approval]@row = "Approved" , [Function Head Decision]@row = "Approved"), "Approved"))),"")
Let me know if it works!
Best,
Heather
Answers
-
Hi Mario,
At first glance, I see what may be an issue with some parenthesis and commas. Try this:
=IFERROR(IF(OR([BSS approval]@row = "Rejected" , [Function Head Decision]@row = "Rejected"), "Rejected", IF(OR([BSS approval]@row = "Submitted" , [Function Head Decision]@row = "Submitted"), "Waiting For Approval", IF(OR([BSS approval]@row = "Approved" , [Function Head Decision]@row = "Approved"), "Approved"))),"")
Let me know if it works!
Best,
Heather
-
Thank you so much :)
-
Happy to help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!