Help with Validation

  • Thread starter Thread starter shlomo
  • Start date Start date
S

shlomo

I know it's doable with the validation function.

I wont that the total of column D should not be able to be more the
100.
what do I have to enter in the validation function
 
I don't think I'd use data|validation.

I'd use a cell in a prominent spot.

=if(sum(d:d)>100,"Error in Column D--cannot exceed 100","")

format it in nice big bold red letters.
 

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