Trying to get an IF statement to work - needing to add a IF Blank
I'm working on an IF statement that I will use to automate an email out once the 2 cells for approval have been selected. The following formula works but the problem is it automatically is filling it with decline and I need it to be blank until the approvers have selected approve or decline. Right now what it is doing is as soon as someone submits a form it shoots out a project has been declined email and I need the email to go out AFTER the approvers have selected their choice. Hope that makes sense! Thanks!!
Current formula
=IF(AND(Approval@row = "Approved", [2nd Approval]@row = "Approved"), "Approved", "Declined")
Answers
-
Hi @Ceisk2017 - Give this a try!
=IF(AND(Approval@row = "Approved", [2nd Approval]@row = "Approved"), "Approved", IF(AND(Approval@row = "Declined", [2nd Approval]@row = "Declined"), "Declined", "Declined"))
Please let me know if this works for you.
Amber Eakin, MSLS, M.Ed.
Adult Education Specialist | Process Improvement Enthusiast
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!