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 information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.5K Get Help
- 468 Global Discussions
- 156 Industry Talk
- 511 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives