How to pull information from another sheet where I want to compare to columns information maybe from
This is the formula I used below which pulls from the first name and last name column to pull a client:
Some of the first names are not the same in each sheet but the name is in the nickname column.
Is there a way to pull the client name by searching from more than one column? so if the name is in the first name, last name, or nickname?
=IFERROR(INDEX(COLLECT({Master DPS Directory Range 1}, {Master DPS Directory Range 2}, First@row, {Master DPS Directory Range 3}, Last@row), 1), "")
The sheet I am pulling from is below:
Answers
-
Hey @Louis.Smith,
Have you tried a nested Vlookup?
You can try IFERROR(VLOOKUP(),IFERROR(VLOOKUP())
This will search the First Name column, if it doesnt find a match it will search the Last Name column and you can add another for the nick name.
The issue would be that if you have 2 last names that are the same (Anderson in your list) you will always get the first one (in Anderson it doesnt matter because its the same client).
I hope that helps,
If you need help with the syntex let me know.
I would recommend to correct the list of names then maybe join them to create a unique First, Last, Nickname coulmn where every row in unique but I know that can be difficult to achive sometimes.
Itai Perez
If you found my comment helpful any reaction, Insightful, Awsome etc... would be appreciated🙂
https://www.linkedin.com/in/itai-perez/
-
is there a way to do search for first name and last name, if it doesn't find the first name to search in the nickname column?
-
I believe this has already been answered here:
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!