ITALIAORIANA
Technical User
Hi All,
I have a workbook with 2 different worksheets. CUSID's and CompanyTableHierarchy. I am trying to populate column BG on company table hierarchy with column A from sheet CUSID's. This is based on first 3 character matching subgroup values from both sheets. There are 59 rows on the company table sheet and 75 on the cus id sheet. So I am trying to get it to look at a range and find the match.
I have tried different variations of an IF statement but only the first 6 values populate.
=IF('CUSID''s'!C2=LEFT(U2,3),'CUSID''s'!A2,"NO MATCH")
=IF('CUSID''s'!$C$2:C$76=LEFT($U$2:$U$59,3),'CUSID''s'!$A3:$A76,"NO MATCH")
I also tried a lookup but I am not really familiar with how they actually work. And this gave me #N/A.
=VLOOKUP(U2,'CUSID''s'!A2:C76,3,FALSE)
Cus ID columns
A - cus id
B - company name
C - subgroup
Any help would be greatly appreciated.
Thanks
Deana
I have a workbook with 2 different worksheets. CUSID's and CompanyTableHierarchy. I am trying to populate column BG on company table hierarchy with column A from sheet CUSID's. This is based on first 3 character matching subgroup values from both sheets. There are 59 rows on the company table sheet and 75 on the cus id sheet. So I am trying to get it to look at a range and find the match.
I have tried different variations of an IF statement but only the first 6 values populate.
=IF('CUSID''s'!C2=LEFT(U2,3),'CUSID''s'!A2,"NO MATCH")
=IF('CUSID''s'!$C$2:C$76=LEFT($U$2:$U$59,3),'CUSID''s'!$A3:$A76,"NO MATCH")
I also tried a lookup but I am not really familiar with how they actually work. And this gave me #N/A.
=VLOOKUP(U2,'CUSID''s'!A2:C76,3,FALSE)
Cus ID columns
A - cus id
B - company name
C - subgroup
Any help would be greatly appreciated.
Thanks
Deana