View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default how do i find any value in a list that is not #NA

So, there will only being a single value that is not #N/A?

=LOOKUP(2,1/NOT(ISNA(A1:E1)),A1:E1)

Biff

"Larry Lessmann" <Larry wrote in message
...
I have a row of cells on one sheet, each of which is the result of a
vlookup.
I want to retrieve the (hopefully) one value in the row that is NOT #NA.
The value can be anything, so I don't have the lookup_value for hlookup.

Any ideas?