Sum of a range dont have to be over 8

  • Thread starter Thread starter Jack Daniels
  • Start date Start date
J

Jack Daniels

Hi!

I have a workshhet where people are booking themselves for different
programs. But there is a limit, for example the SUM of D2:D10 don´t
have to be more than 8. How do I stop a user to put in any number when
th SUM has reached 8?

Jack
 
Try this:

Select D2:D10, then go to Data/Validation, next select "custom" from the
"Allow" menu and in the formula box type:

=SUM($D$2:$D$10)<=8

next click on the "Error Alert" tab and leave a message for the user.

HTH
JG
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top