Determine MAX below a threshold

AusSteelMan

Board Regular
Joined
Sep 4, 2009
Messages
208
Hi everyone,

Quick one I just can't get right

I am after a formula that will return the MAX value below a threshold.

I have a list of numbers between 0 and 19000

I would like to determine the value that is the highest below 16000.

I guess the second thing is a conditional format that will highlight the cell that meets this criteria, but I think I could get this if I can get the formula right to determine the value.

I know it seems a simple request compared to some of the things I have asked for help with before, so I am just guessing that my brain must be in low gear at the moment;)

Thanks in advance
ASM
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
It's an array formula entered with CTRL + SHIFT + ENTER

=MAX(IF(A1:A100<16000,A1:A100))

This must be entered with CTRL + SHIFT + ENTER
 
Upvote 0

Forum statistics

Threads
1,213,536
Messages
6,114,215
Members
448,554
Latest member
Gleisner2

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