Formula Explanation Please

K

Ken

Excel2003 ... This formula provided by T. Valko (Biff) works excellent &
solved my original posted issue.

Above said ... Can one of you highly respected board Wizards that are
intimate with Excel give me a step by step line-item break down of how this
array formula works? ... Thanks for the guidance ... Kha

Try this:

Enter this formula in Q3 as an array**:

=IF(COLUMNS($A:A)<=COUNTIF($B3:$P3,MAX($B3:$P3)),INDEX($B$2:$P$2,SMALL(IF($B3:$P3=MAX($B3:$P3),COLUMN($B3:$P3)-MIN(COLUMN($B3:$P3))+1),COLUMNS($A:A))),"")

Copy across to a number of cells that will equal the maximum number of ties
in any of the rows. For example, if there are a max of 3 ties in any single
row then you need to copy the formula across to at least 3 columns. Then
copy down as needed.

** entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER)

Biff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top