problem with the tabel

  • Thread starter Thread starter gvilms
  • Start date Start date
G

gvilms

hello

Here is the problem;
I have names in cells B1:M1
and values in B2:M2

In cell N2 i want to see the smallest value and in O2 who has the
smallest value

thank you
 
gvilms > said:
hello

Here is the problem;
I have names in cells B1:M1
and values in B2:M2

In cell N2 i want to see the smallest value and in O2 who has the
smallest value

In N2 put
=MIN(B2:M2)

In N1 put
=INDEX(B1:M1,MATCH(N2,B2:M2,0))
 
N2: =MIN(B2:M2)
O2: =INDEX(B1:M1,MATCH(N2,B2:M2,0),1)

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

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

Similar Threads

Help Writing a SUM Formula 5
Loop 1
Dates 4
How to use two drop-down list to fill data 2
Please help with a formula 6
Moving range? 6
Need help with IF(AND function. Please help!!! 2
Add Totals for Last 12 Months 2

Back
Top