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?
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?