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! 🙂
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives