Vlookup qustion.

DebtAcquisitions

New Member
Joined
May 20, 2015
Messages
21
Hi, I need a little help and I hope I can explain this correctly.

I have a document with multiple sheets. (sheet1, sheet2, sheet3). There are hundreds of thousands of business names in one column on the first sheet. we will say (sheet1!A)

I need to compare the name of the business to the columns in sheet2 and return the number that resides one cell to the right.

the problem is that column 1 is one group of business names and numbers and on column 4 is a different group of names and numbers. the business names do not exist in both groups (as far as I can tell) and I cannot combine these columns into one.

I need to be able to search the first column for the business name and return the number, if the name is NOT in that list I need it to check the second group (column 4) of names (and so on).....

I was thinking about an if statement but I am not having luck with this.

any ideas on how to do this?
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Iferror did exactly what I was looking for, Thanks!

=IFERROR(VLOOKUP(Q5,Lender_DebtType!A:B,2,0),VLOOKUP(Q5,Lender_DebtType!D:E,2,0))
 
Upvote 0

Forum statistics

Threads
1,216,579
Messages
6,131,531
Members
449,654
Latest member
andz

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top