Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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). |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Total rows allowed on spreadsheet 2007 version | Excel Worksheet Functions | |||
Is there a limit on characters allowed | Excel Discussion (Misc queries) | |||
How to limit pie-chart slices to top 5 & rest to group in others | Charts and Charting in Excel | |||
Subtract a group of cells from a total based on ending date | Excel Discussion (Misc queries) | |||
a way to limit the characters allowed in a cell? | Excel Worksheet Functions |