Thread
:
how do i find any value in a list that is not #NA
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
Posts: 15,768
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?
Reply With Quote
T. Valko
View Public Profile
Find all posts by T. Valko