From: abby on 4 May 2010 21:56 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).
From: T. Valko on 4 May 2010 22:25 Try this... Data Validation Allow: Custom Formula: =SUM($A1:$C1)<=80 -- Biff Microsoft Excel MVP "abby" <abby(a)discussions.microsoft.com> wrote in message news:8CB7BC93-4A66-476E-B279-77E86800BFF0(a)microsoft.com... >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).
|
Pages: 1 Prev: Calculate Selected Cells Only? Next: INSERT 3 ROWS WHEN DATA OF COLUM CHANGED |