IF/AND Formula
I am trying to create a formula for when two approval columns have 'Approved' in their dropdowns to change two other dropdown columns.
When "APPROVAL Status - BOB" = "BOB - APPROVED"
AND
When "APPROVAL Status - JOEL" = "JOEL - APPROVED"
THEN
"Approved?" column will change to "Approved"
AND
"Issue Status" column will change to "CLOSED"
All 4 of these columns are dropdowns.
Thank you!
Comments
-
In your Approved field enter something like this:
=IF(AND([Bob column] = "approved", [Joel column] = "approved"), "approved")
i.e. if Bob's and Joel's fields = "approved" then set Approved field to "approved."
Since Approved? and Issue Status will always be equal, in Issue Status field enter:
=[Approved?]
i.e. set the value of this Issue Status field = Approved? field.
-
Thank you!
-
Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 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!