A=B B=C how do I find which A = C?
Closed
Ryan
-
Apr 19, 2010 at 08:07 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Apr 19, 2010 at 08:12 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Apr 19, 2010 at 08:12 AM
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Apr 19, 2010 at 08:12 AM
Apr 19, 2010 at 08:12 AM
It seems that you need VLOOKUP . Lets say you want to search for BANKID in cells B2
in in B2 have this formula
=VLOOKUP(a2, C:D,2, false)
Basically formula is saying, check the value found in A2 in Column C, and if match is found, return me the value on the same row as in column D
in in B2 have this formula
=VLOOKUP(a2, C:D,2, false)
Basically formula is saying, check the value found in A2 in Column C, and if match is found, return me the value on the same row as in column D