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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives