Thread: V and H look up
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default V and H look up

One way:

=IF(ISNA(MATCH(A1,J1:J100,FALSE)),"",VLOOKUP(A1,J1 :K100,2,FALSE))

In article ,
JR wrote:

When Look up returns #N/A as there is no exact match in the range. Is it
possible to leave the cell blank? ie is there an "IF" "THEN" "ELSE" type
function tha can be added to the look up formula?