Formula needed to prevent total from going over limit

shelcy

New Member
Joined
Jul 12, 2011
Messages
4
I have an order form created in excel 2003 and need to prevent the sales reps from going over the limit. Is there a formula to add to my total line which is currently =SUM(I6:I57)
The limit is 500 dollars. thank you
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
That formula works to keep the total at 500, but it still allows the user to insert large quantities of (shirts, cups, pens, etc) that are exceeding the limit.
 
Upvote 0
That formula works to keep the total at 500, but it still allows the user to insert large quantities of (shirts, cups, pens, etc) that are exceeding the limit.

Data validation rule: Allow any number less than or equal to 500?
 
Upvote 0
Hi,

Maybe you can use data validation

Select I6:I57

Data > Data Validation
in Allow pick Custom and enter this formula
=SUM($I$6:$I$57)<=500

Create a explanatory message to the reps

HTH

M.
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,831
Members
452,946
Latest member
JoseDavid

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