View Single Post
  #2   Report Post  
Spencer101 Spencer101 is offline
Senior Member
 
Posts: 663
Default

Quote:
Originally Posted by JSmitty View Post
Hi, I want to have a validation on a time sheet that if the lunch time 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. 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.
Just can't figure this one out, any ideas? Thank you
Hi,

=IF(D15="",0,InsertYourForumlaHere)

Last edited by Spencer101 : December 21st 12 at 10:45 PM