I am trying use the logical function to find the MIN of more than 2 numbers and then have the column heading presented in an adjactent cell from which the MIN number was found
Hi
if your values are stored in A2:X2 (with the corresponding headings in
A1:X1) use the following functions:
1. To get the lowest number:
=MIN(A2:X2)
2. To get the corresponding column Heading from row 1 use
=INDEX($A$1:$X$1,1,MATCH(MIN(A2:X2),A2:X2,0))
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.