Chintan Trivedi
New Member
I have the data table as follow:
A B C D
1 Dates 31-Jan-2013, 30-Jan-2013, 29-Jan-2013,
2 A 200, 220.5, 0,
3 B #NA, 0, 20,
4 C 354, 365, #NA,
I am using the formula:
=Max(index((B2:D2>0)*$B$1:#D1$1,0)) for A and like that for others
I want to extract the date for the first available data which is more than "0".
I am not getting the date for "B" and "C" as there is "#NA"
How I can ignore the "#NA" Without using array formula as my formula is also non-array
I have shared the document http://speedy.sh/VmPy4/Chintan-Trivedi.xlsx
A B C D
1 Dates 31-Jan-2013, 30-Jan-2013, 29-Jan-2013,
2 A 200, 220.5, 0,
3 B #NA, 0, 20,
4 C 354, 365, #NA,
I am using the formula:
=Max(index((B2:D2>0)*$B$1:#D1$1,0)) for A and like that for others
I want to extract the date for the first available data which is more than "0".
I am not getting the date for "B" and "C" as there is "#NA"
How I can ignore the "#NA" Without using array formula as my formula is also non-array
I have shared the document http://speedy.sh/VmPy4/Chintan-Trivedi.xlsx