Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Timetable problem

Hi
I need to calculate the time worked for the employees on a weekly and
monthly basis, but knowing all employees they are not always at work. So we
use abbreviations like i.e AWOL, SICK exe. What formula will I use to add any
text as zero hours worked.

Any help with this will be greatly appreciated.

Regards

Albert.Harmse
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 157
Default Timetable problem


"Albert.Harmse" wrote in message
...
Hi
I need to calculate the time worked for the employees on a weekly and
monthly basis, but knowing all employees they are not always at work. So
we
use abbreviations like i.e AWOL, SICK exe. What formula will I use to add
any
text as zero hours worked.

Any help with this will be greatly appreciated.

Regards

Albert.Harmse


I don't understand your problem. AWOL, SICK etc are not numeric, so in any
calculation they are effectively zero.

--
Ian
--


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,533
Default Timetable problem

Hi

Just use =Sum(A1:A10)

It will sum numeric values in the range only.

Regards,
Per

"Albert.Harmse" skrev i
meddelelsen ...
Hi
I need to calculate the time worked for the employees on a weekly and
monthly basis, but knowing all employees they are not always at work. So
we
use abbreviations like i.e AWOL, SICK exe. What formula will I use to add
any
text as zero hours worked.

Any help with this will be greatly appreciated.

Regards

Albert.Harmse


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Timetable problem

Maybe this will put some light on my prob. We have a "time in" and "time out"
Row for every day of the month ( Row 1 & 2) with all the names in Column A.
Lets say Mr Harmse worked in Jan the following shifts. on the 1st Jan (B3) 7
and (C3) 17. 2nd Jan (D3) 7 and 17 (E3) on the 3rd Jan (F3) "AWOL" and
"AWOL"(G3). We used replace the "Awol" with 0 and do a simple calculation of
=(C3-B3)+(E3-D3)+(G3-F3). but as soon as there is text in the row it gives a
#value! error. What formula can I use to calculate the hours worked?

Please Help
Albert.harmse

"Per Jessen" wrote:

Hi

Just use =Sum(A1:A10)

It will sum numeric values in the range only.

Regards,
Per

"Albert.Harmse" skrev i
meddelelsen ...
Hi
I need to calculate the time worked for the employees on a weekly and
monthly basis, but knowing all employees they are not always at work. So
we
use abbreviations like i.e AWOL, SICK exe. What formula will I use to add
any
text as zero hours worked.

Any help with this will be greatly appreciated.

Regards

Albert.Harmse


.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default Timetable problem

Hi,

Try this. In B2, D2 and F2, type In. In C2, E2 and G2 type Out. Then use
the following formula

=SUMIF(B2:G2,"Out",B3:G3)-SUMIF(B2:G2,"In",B3:G3)

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Albert.Harmse" wrote in message
...
Maybe this will put some light on my prob. We have a "time in" and "time
out"
Row for every day of the month ( Row 1 & 2) with all the names in Column
A.
Lets say Mr Harmse worked in Jan the following shifts. on the 1st Jan (B3)
7
and (C3) 17. 2nd Jan (D3) 7 and 17 (E3) on the 3rd Jan (F3) "AWOL" and
"AWOL"(G3). We used replace the "Awol" with 0 and do a simple calculation
of
=(C3-B3)+(E3-D3)+(G3-F3). but as soon as there is text in the row it gives
a
#value! error. What formula can I use to calculate the hours worked?

Please Help
Albert.harmse

"Per Jessen" wrote:

Hi

Just use =Sum(A1:A10)

It will sum numeric values in the range only.

Regards,
Per

"Albert.Harmse" skrev i
meddelelsen ...
Hi
I need to calculate the time worked for the employees on a weekly and
monthly basis, but knowing all employees they are not always at work.
So
we
use abbreviations like i.e AWOL, SICK exe. What formula will I use to
add
any
text as zero hours worked.

Any help with this will be greatly appreciated.

Regards

Albert.Harmse


.

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
Is there a template for a personal timetable? horse lover Excel Worksheet Functions 2 February 10th 07 03:41 AM
weekly timetable template chris roberts Setting up and Configuration of Excel 1 September 1st 06 05:16 PM
Creating a timetable DSt Excel Discussion (Misc queries) 3 July 17th 06 11:44 AM
how can i make a uniform timetable? student101 Excel Discussion (Misc queries) 1 March 15th 05 06:39 AM
Random Timetable Generation Boris Excel Worksheet Functions 7 January 28th 05 04:03 AM


All times are GMT +1. The time now is 06:14 AM.

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"