LOOKUP ROW, THEN COLUMN and find Min Value

bstboy

Board Regular
Joined
Oct 4, 2005
Messages
84
FEB FEB FEB FEB MAR MAR MAR MAR APR APR APR APR
A 0.90 0.32 0.69 0.78 0.50 0.83 0.62 0.36 0.78 0.59 0.25 0.65
B 0.71 0.20 0.97 0.09 0.19 0.58 0.44 0.11 0.47 0.79 0.92 0.20
C 0.13 0.89 0.09 0.96 0.56 0.46 0.38 0.17 0.34 0.73 0.13 0.59
D 0.10 0.90 0.67 0.04 0.48 0.60 0.66 0.86 0.53 0.64 0.92 0.08

Sorry, I can't get the minsheet add in to work but what I want to do first, is look up an item number (A, B, C, D), then look up a corresponding month and find the min value within that range of 4 values.

So for instance, I want to find the min value of item A in February, then it would return .32.

Thanks
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Try this: (you may need to enter with the Cntr-Shft-Entr Keystroke:

Depending on your verison of excel, there may be other formula functions that can work. Please update your profile so your version shows up on your posting button.

Book1
ABCDEFGHIJKLM
1FEBFEBFEBFEBMARMARMARMARAPRAPRAPRAPR
2A0.90.320.690.780.50.830.620.360.780.590.250.65
3B0.710.20.970.090.190.580.440.110.470.790.920.2
4C0.130.890.090.960.560.460.380.170.340.730.130.59
5D0.10.90.670.040.480.60.660.860.530.640.920.08
6
7FEBMARAPR
8A0.320.360.25
9B0.090.110.2
10C0.090.170.13
11D0.040.480.08
Sheet1
Cell Formulas
RangeFormula
B8:D11B8=1/MAX(IFERROR((1/(($B$2:$M$5)*($A8=$A$2:$A$5)*(B$7=$B$1:$M$1))),0))

 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,959
Members
449,096
Latest member
Anshu121

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