IF validation for time totaling

J

JSmitty

Hi, I want to have a validation on a time sheet that if the lunch tim
is not entered then the daily total will not calculate.
The lunch time is entered in cell D15, the daily total is in cell D16.
need an IF validation that states if D15 is 0 then D16 will not tota
and be 0. D16 currently has a formula to add the times from the entir
day together.
Just can't figure this one out, any ideas? Thank yo
 
C

Claus Busch

Hi,

Am Fri, 21 Dec 2012 17:17:32 +0000 schrieb JSmitty:
The lunch time is entered in cell D15, the daily total is in cell D16. I
need an IF validation that states if D15 is 0 then D16 will not total
and be 0. D16 currently has a formula to add the times from the entire
day together.

try:
=IF(D15=0,0,Your Formula)


Regards
Claus Busch
 
S

Spencer101

JSmitty;1608170 said:
Hi, I want to have a validation on a time sheet that if the lunch tim
is not entered then the daily total will not calculate
The lunch time is entered in cell D15, the daily total is in cell D16.
need an IF validation that states if D15 is 0 then D16 will not tota
and be 0. D16 currently has a formula to add the times from the entir
day together
Just can't figure this one out, any ideas? Thank yo

Hi

=IF(D15="",0,-*InsertYourForumlaHere*-
 

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

Top