View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default How do you limit the total allowed for a group of cells?

Try this...

Data Validation
Allow: Custom
Formula: =SUM($A1:$C1)<=80

--
Biff
Microsoft Excel MVP


"abby" wrote in message
...
I am trying to limit the number of hours that my employees can log. How do
I
prevent the total of 3 cells from exceeding 80 hours. I tried to limit it
through the validation menu, but I have been unable to figure it out. (By
the
way, they can log in decimals, not just whole numbers).