help on a vlookup please
Hi,
Try this
=IF($B20,VLOOKUP($B2,'address sheet'!$A$1:$O$139,2,FALSE ),"")
Note a couple of things, I changed " " to "" because it's not a good idea to
return a space, a null string is better.
You are addressing columns A to O but are only using columns A & B but I
left it like that
--
Mike
When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
"Ditchy" wrote:
Hi there
i need some help on a vlookup, I just can't seem to get it to work.
in sheet 1, B2 I have a name joe blow
in sheet 1, A2 I would like their street number (on address sheet)
this is what I have tried and keep getting #N/A or blank
=IF($B20,VLOOKUP($B2,address sheet!$A$1:$O$139,1,FALSE )," ")
address sheet colmn A has the street number
address sheet column B has their name
street numbers are formated as numbers
any ideas?
regards
Ditchy
Ballarat, Australia
.
|