How to find a content of a cell in the same row with minimum

RomulusMilea

Board Regular
Joined
May 11, 2002
Messages
181
Good evening,

Please help me to solve following riddle: in column M I have 10 formulas calculating something and their minimum value is in a certain row. What I need is a formula able to find what is written in the row where minimum value can be found, but in column D. How can I resolve this ? Thank you again for your consistent help.
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Hello

Look at the formula in D11. It returns the Value in Column D opposite the Min of Column G. Hope this helps. (You may have a problem if the Min occurs in two places as it return only the first occurance))
Book1
ABCDEFG
145xxxx9
236yyyy9
364zzzz10
428aaaa10
543bbbb7
653cccc8
775dddd12
854eeee9
975fffff12
10
11bbbb
12
...
 
Upvote 0
On 2002-10-08 11:58, RomulusMilea wrote:
Good evening,

Please help me to solve following riddle: in column M I have 10 formulas calculating something and their minimum value is in a certain row. What I need is a formula able to find what is written in the row where minimum value can be found, but in column D. How can I resolve this ? Thank you again for your consistent help.

=INDEX(D-range,MATCH(MIN(M-range),M-range,0))

Note that this formula will return a D-value that corresponds to the first instance/token of the minimum value from M-range.
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,488
Members
448,967
Latest member
visheshkotha

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