Thread: First Over 0
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default First Over 0

=INDEX(A1:Z1,MATCH(TRUE,A2:Z2=0,0))


needs to be entered with ctrl + shift & enter, format result as date if the
first row is numerical


--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com


"Blackcat" wrote in message
...
I have two rows of cells, the first row contains a financial year ie 06/07.
The second contains values relating to that year.

I need a formula that will find the cell that contains the first value in
the row that is 0 or greater and prroduce the year as the answer.

eg
06/07 07/08 08/09 09/10 10/11
-15 -10 -10 12 11

In this example the answer would be 09/10

I'm struggling with lookup and match so any help would be greatly
appreciated.

Thanks