Return the column

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Group,

I am looking for a formula that will return the column of a min and max
formula. I am looking across row 38 with two formulas to find both a min and
a max value, no problem. But I would like to return the columns of min and
max locations. The formula far the max is =MAX(I38:T38,W38:AH38,AK38:AV38)
and returns a value, but I want the column of the location of that max value
returned.

Thanks,
 
Hi Davis,

=MATCH(MAX(I38:T38,W38:AH38,AK38:AV38),38:38,0)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| Hi Group,
|
| I am looking for a formula that will return the column of a min and max
| formula. I am looking across row 38 with two formulas to find both a min and
| a max value, no problem. But I would like to return the columns of min and
| max locations. The formula far the max is =MAX(I38:T38,W38:AH38,AK38:AV38)
| and returns a value, but I want the column of the location of that max value
| returned.
|
| Thanks,
| --
| David
 
If you meant the column *number*, rather than the column as you posted,
then Niek Otten has supplied a formula.

Alan Beban
 

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

Back
Top