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

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).

Peter_SSs

MrExcel MVP, Moderator
Joined
May 28, 2005
Messages
59,294
Office Version
  1. 365
Platform
  1. Windows
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

Kribulin

Board Regular
Joined
Jun 3, 2008
Messages
71
Basically, it is impossible because of a large number of decimals, so I'd say that that possibility can be skipped.
 
Upvote 0

Peter_SSs

MrExcel MVP, Moderator
Joined
May 28, 2005
Messages
59,294
Office Version
  1. 365
Platform
  1. Windows
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,191,719
Messages
5,988,284
Members
440,148
Latest member
sandy123

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
Top