Vlook up
Closed
Ctharanath
-
Mar 8, 2010 at 06:49 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 8, 2010 at 08:42 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 8, 2010 at 08:42 AM
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Mar 8, 2010 at 08:42 AM
Mar 8, 2010 at 08:42 AM
Most easy way would be if you could add a new column in Sheet1 before column C
lets say you insert this new column in A
then in A1 write
=B1 & "|" & C1 and drag it to last row
then on sheet 2 for look up you can use
=Vlookup(A1 & "|" & B1, sheet1!A:D, 4, false)
lets say you insert this new column in A
then in A1 write
=B1 & "|" & C1 and drag it to last row
then on sheet 2 for look up you can use
=Vlookup(A1 & "|" & B1, sheet1!A:D, 4, false)