A
ajnmx
Had a search, can't find exactly what I need. Any help much
appreciated.
I have a table of data like so, where column A contains a label and B
is some data:
A300 34.5
A320 23.4
A330 48.5
I want to do something like a vlookup, but only on the last three
characters in column A. So something like
=Vlookup("300", A:B, 2, false)
but this of course doesn't work. I know I can do it by inserting a new
column A and doing =Right(B1,3) and using this for the lookup, but I
don't want this, I want to do it in one lookup formula. Is there a way?
appreciated.
I have a table of data like so, where column A contains a label and B
is some data:
A300 34.5
A320 23.4
A330 48.5
I want to do something like a vlookup, but only on the last three
characters in column A. So something like
=Vlookup("300", A:B, 2, false)
but this of course doesn't work. I know I can do it by inserting a new
column A and doing =Right(B1,3) and using this for the lookup, but I
don't want this, I want to do it in one lookup formula. Is there a way?