#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Time Sheet

Hi Guys!! Newbie Here! Please can youy try and help me out with a litle
problem regarding my Time Sheet? What I want is a formula (if possible (no
pun intended))
to be able to ad up all my hours worked in total (cells d4 to d8.) This is
simple to do I know using the SUM function, BUT, what I want to be able to do
is if the total number of hours worked is zero then leave the total box blank
(and not have a 0 in it.) Hope this makes sense!! Thank guys!!

--
Yogi
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Time Sheet

=IF(SUM(D4:D8)=0,"",SUM(D4:D8))

"Yogi_Bear_2k2" wrote:

Hi Guys!! Newbie Here! Please can youy try and help me out with a litle
problem regarding my Time Sheet? What I want is a formula (if possible (no
pun intended))
to be able to ad up all my hours worked in total (cells d4 to d8.) This is
simple to do I know using the SUM function, BUT, what I want to be able to do
is if the total number of hours worked is zero then leave the total box blank
(and not have a 0 in it.) Hope this makes sense!! Thank guys!!

--
Yogi

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 194
Default Time Sheet

Yogi

Or you could do your sum formula and goto Tools/Options/View/ uncheck zero
values. This will cause all zeros to not be shown.

HTH

Mike Rogers

"Teethless mama" wrote:

=IF(SUM(D4:D8)=0,"",SUM(D4:D8))

"Yogi_Bear_2k2" wrote:

Hi Guys!! Newbie Here! Please can youy try and help me out with a litle
problem regarding my Time Sheet? What I want is a formula (if possible (no
pun intended))
to be able to ad up all my hours worked in total (cells d4 to d8.) This is
simple to do I know using the SUM function, BUT, what I want to be able to do
is if the total number of hours worked is zero then leave the total box blank
(and not have a 0 in it.) Hope this makes sense!! Thank guys!!

--
Yogi

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 174
Default Time Sheet

Are you using hours in time format? If so you could just custom format the
sum cell as

[h]:mm;;

"Yogi_Bear_2k2" wrote:

Hi Guys!! Newbie Here! Please can youy try and help me out with a litle
problem regarding my Time Sheet? What I want is a formula (if possible (no
pun intended))
to be able to ad up all my hours worked in total (cells d4 to d8.) This is
simple to do I know using the SUM function, BUT, what I want to be able to do
is if the total number of hours worked is zero then leave the total box blank
(and not have a 0 in it.) Hope this makes sense!! Thank guys!!

--
Yogi

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Time Sheet

Thank you very much!! Your great!!
--
Yogi


"Teethless mama" wrote:

=IF(SUM(D4:D8)=0,"",SUM(D4:D8))

"Yogi_Bear_2k2" wrote:

Hi Guys!! Newbie Here! Please can youy try and help me out with a litle
problem regarding my Time Sheet? What I want is a formula (if possible (no
pun intended))
to be able to ad up all my hours worked in total (cells d4 to d8.) This is
simple to do I know using the SUM function, BUT, what I want to be able to do
is if the total number of hours worked is zero then leave the total box blank
(and not have a 0 in it.) Hope this makes sense!! Thank guys!!

--
Yogi

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
Data from two sheets make up real time list in the new sheet?? Vedad Excel Worksheet Functions 7 September 20th 06 08:22 AM
time sheet determination of what day and time rate Oldjay Excel Worksheet Functions 1 September 12th 06 10:13 AM
time sheet to calculate 2 different columns John Sullivan Excel Worksheet Functions 1 October 21st 05 06:48 AM
Excel formula for a time sheet HRMSN Excel Worksheet Functions 1 August 10th 05 03:07 PM
Time Sheet Calculation Help Needed! sax30 Excel Worksheet Functions 2 April 26th 05 08:08 PM


All times are GMT +1. The time now is 04:29 PM.

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

About Us

"It's about Microsoft Excel"