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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!