Recognising highest column entry

JW

Board Regular
Joined
Mar 17, 2002
Messages
72
Hi, I currently have a table with 8 columns which I consolidate using a long IF function to give me the highest column where there is an entry(If entry in column H,"8", if entry in column G,"7" etc). I'm now going to have to use 23 columns to further break the information down - is there a formula that will give me the highest column where there is an entry (ie an entry in Column W gives 23, entries in Columns G and J gives 10)over 23 columns? Thanks, its eluding me at the moment
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Thanks rikrak (& Aladin), with a little tweaking I've got it.. Using the MATCH function with a "*" wouldn't work for numbers, so I've adapted it to suit me here as

=MATCH(MAX(A3:X3),A3:X3,0)

which takes into account a couple of sums in the range.
 
Upvote 0

Forum statistics

Threads
1,214,996
Messages
6,122,636
Members
449,092
Latest member
bsb1122

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top