cell reference?

  • Thread starter Thread starter xxxMarkxxx
  • Start date Start date
X

xxxMarkxxx

I need a function fo r the following:

In a given row of # values, I want to find the max. value and give th
associated text column heading in a new column. How do I do this?
Thank
 
Hi Mark

With your headings in A1:Z1 and your numbers in A2:Z2
=INDEX(A1:Z1,MATCH(MAX(A2:Z2),A2:Z2))

Regards

Roger Govier
 

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