Limit a cell's value between a high value and a low value
Solved
Noem794
Posted messages
6
Status
Member
-
Noem794 Posted messages 6 Status Member -
Noem794 Posted messages 6 Status Member -
Hello everyone,
I am currently working on creating a tool in Excel and I'm stuck on the formula to apply to a cell.
A simple calculation formula ((A1+D1)/12) is applied to this cell and I want the result to be limited between 0 and a maximum value (let's say 1000). I can set a high limit (at 1000) with MAX, or a low limit (0) with MIN, but I can't figure out how to combine the two...
Is there a formula for that?
Thank you in advance!
I am currently working on creating a tool in Excel and I'm stuck on the formula to apply to a cell.
A simple calculation formula ((A1+D1)/12) is applied to this cell and I want the result to be limited between 0 and a maximum value (let's say 1000). I can set a high limit (at 1000) with MAX, or a low limit (0) with MIN, but I can't figure out how to combine the two...
Is there a formula for that?
Thank you in advance!
Unfortunately, in my final calculation, your formula didn't work... But the other formula proposed in this post worked well!
Have a good evening!