View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips[_4_] Bob Phillips[_4_] is offline
external usenet poster
 
Posts: 834
Default Choose amount appears at first coloums

Try this array formula

=INDEX(A1:Z1,MIN(IF(A1:Z1<"",COLUMN(A1:Z1))))

HTH

Bob

"JJ" wrote in message
...
I need some help.
How to choose amount appear at first coloums for each rows?
Lets say I have coloum A-Z and row 1-1000.
Each coloums has amount and its appear first time at different coloum for
each row.
How can I choose amount from the first time its appear?
Thanks