If and vlookup nested formula
I'm looking to create a formula that if a cell matches this criteria, vlookup a different column info for multiple cell matches as a nested formual.
If Product Identifier matches A, search for org name in a different sheet and tell me if it exists there, if product identifier matches B, search for org name in a 3rd different sheet and tell me if it exists there, etc, etc.
Best Answer
-
This is doable. the formula would need to look something like the below, with the relevant details and ranges in the VLOOKUP parentheses.
=IF([Product Identifier]@row = "A",VLOOKUP(),IF([Product Identifier]@row = "B",VLOOKUP(),""))
John
Answers
-
This is doable. the formula would need to look something like the below, with the relevant details and ranges in the VLOOKUP parentheses.
=IF([Product Identifier]@row = "A",VLOOKUP(),IF([Product Identifier]@row = "B",VLOOKUP(),""))
John
-
Thank you John! Appreciate your help, seems to be working perfectly.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!