IF Cell Contains This Text VLOOKUP
Hello,
The Status Column has a dropdown menu with multiple options with the text "Completed" and some other options:
- Completed awaiting Signature
- Completed Reviewing
- Completed Approved
- Failed
- Inspection
I want this formula to work with any options from the drop-down menu with the letter completed. This is what I have so far but it's not working unless I have the exact value between the quotation mark.
=IF([Status]@row = "Completed", VLOOKUP(Address@row, {Range 2023}, 27, false))
Thanks,
Faisal
Answers
-
@Faisal F try the contains formula
=IF(contains("Completed",[Status]@row), VLOOKUP(Address@row, {Range 2023}, 27, false))
-
=IF(CONTAINS("Completed", Status@row), VLOOKUP(Address@row, {Range 2023}, 27, false))
-
Always great to see responses that validate each other! 🙂
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives