Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JJ JJ is offline
external usenet poster
 
Posts: 122
Default Choose amount appears at first coloums

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Choose amount appears at first coloums

Try the below non-array formula...

=INDEX(A1:Z1,MATCH(TRUE,INDEX(A1:Z1<"",),))

--
Jacob


"JJ" wrote:

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

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Choose amount appears at first coloums

If you have default 0's which are to be ignored..then try

=INDEX(A1:Z1,MATCH(TRUE,INDEX(A1:Z1<0,),))

--
Jacob


"Jacob Skaria" wrote:

Try the below non-array formula...

=INDEX(A1:Z1,MATCH(TRUE,INDEX(A1:Z1<"",),))

--
Jacob


"JJ" wrote:

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it possible to choose a certain amount of rows and have them ex ocean Excel Worksheet Functions 6 July 22nd 09 02:32 AM
count the amount of times a two letters appears in text string Sam Excel Discussion (Misc queries) 3 May 22nd 09 05:18 AM
Sum the amount of times a number appears in a column in Excel? SEMonroe Excel Worksheet Functions 2 July 16th 08 04:17 PM
How do I add every other coloums in a linked sheet? abs Excel Discussion (Misc queries) 0 October 9th 06 12:32 PM
How to match the Coloums anshulgr8 Excel Discussion (Misc queries) 1 March 17th 06 02:50 PM


All times are GMT +1. The time now is 07:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"