Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default IF validation for time totaling

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default IF validation for time totaling

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
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
  #3   Report Post  
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
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
totaling time in 2 cells w/ total of hours worked in 3rd martha Excel Discussion (Misc queries) 2 September 3rd 09 06:07 PM
data validation, totaling values based off dropdown lists Jesse Blanchard[_2_] Excel Discussion (Misc queries) 5 September 15th 08 05:15 PM
Totaling Time (Text) Renard Excel Discussion (Misc queries) 2 August 14th 07 02:08 PM
in excel totaling weekly hours military time mel Excel Worksheet Functions 1 January 17th 05 04:24 PM
time formatting and time categorizing (vlookup or data validation) MarianneR Excel Worksheet Functions 0 November 18th 04 03:13 PM


All times are GMT +1. The time now is 01:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"