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.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives