MAX, MAX IF, MAXIFS

BT690

New Member
Joined
May 24, 2013
Messages
20
Office Version
  1. 365
Platform
  1. Windows
Hi, struggling with what should be a pretty simple calculation and return.

I have a very large sheet of calculated values returned into a column. I want to set a maximum limit on the value returned so if the value calculated reaches the maximum value it sets the limit otherwise returns the result.

Pretty simple example here with the max capped value of 300 needing to be returned. How do i write a formula to return this max of 300 please?

Thanks in advance
 

Attachments

  • Example.png
    Example.png
    4.6 KB · Views: 5

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Looks like the function you need is MIN, not MAX. :)

21 09 20.xlsm
AB
1
244.46544.465
3324.0875300
MIN
Cell Formulas
RangeFormula
B2:B3B2=MIN(A2,300)
 
Upvote 0
You're welcome. Thanks for the follow-up. :)
 
Upvote 0

Forum statistics

Threads
1,213,550
Messages
6,114,265
Members
448,558
Latest member
aivin

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