View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
KWilde KWilde is offline
external usenet poster
 
Posts: 4
Default How to reference a null value? ie: =Lookup("", B2:B4, A2:A4)

I'm trying to reference a null value in the lookup function and I keep
getting #NA back in return. Is there anyway I can do this?
=Lookup("", B2:B4, A2:A4) gives me #NA.

Basically in column B I want to lookup the first blank cell and want to
return the contents in column A in the same row. How can I do this?