Formula to make numbers not go past 0

sice

New Member
Joined
Aug 17, 2010
Messages
18
Hi guys,

I was wondering if there is a formula that makes it so my numbers will stop at 0. I am not sure what the formula would be, so any help would be greatly appreciated. Thank you.
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Not sure I understand the problem, can you explain a little further?

Perhpas the MIN function would help?

=MIN(0,A1)

If the number in A1 is > 0, then it still returns 0
If the number in A1 is < = 0, then it returns the number in A1
 
Upvote 0
5+(-8)=-3 I would like it to stop at 0 and not go negative. If it is 5+8=13 then I would like it to still do the calculation. I hope this makes sense.
 
Upvote 0

Forum statistics

Threads
1,224,561
Messages
6,179,521
Members
452,923
Latest member
JackiG

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