Fetch the cell next to MIN/MAX -value?

Kribulin

Board Regular
Joined
Jun 3, 2008
Messages
71
For instance:

The months are in column A and the corresponding values in column B:

[January] [5]
[February] [8]
[March] [3]
[April] [9]
[May] [2]

Result:

[fetch A5 because MIN is "B5"] [MIN="B5"]

[fetch A4 because MAX is "B4"] [MAX="B4"]


Thanks in advance!
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Kribulin

Is it possible that more than 1 row will contain equal max or equal min values? If so, what do you want to happen?
 
Upvote 0
Basically, it is impossible because of a large number of decimals, so I'd say that that possibility can be skipped.
 
Upvote 0
Basically, it is impossible because of a large number of decimals, so I'd say that that possibility can be skipped.
In that case, try:

Excel Workbook
ABCDEFG
1January5MaxMin
2February8AprilMay
3March3
4April9
5May2
6
7
Max Min
 
Upvote 0

Forum statistics

Threads
1,214,839
Messages
6,121,887
Members
449,057
Latest member
Moo4247

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