Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default calculating with weeks

Hi I am looking for a way to calculate by weeks. Eg

I have a file that contains start date

Start date

07/05/2007
06/30/2007

Column B will have number of employees in position
Column C will have the number of referrals

I would like column D to reflect the start date to count how many weeks it
is to current week multiplied by referrals (column c) then divided by number
of employees in position.

Similar to the below

Start date No. of empl # of referrals column D
07/05/2007 2 1 ((# of weeks
from 07/05/2007 to 07/12/2007) X 1) / 2

Thanks

Fawn

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default calculating with weeks

The definition of a week need finalising, but this works on the number of
days

=ROUND((TODAY()-A2)/7,0)*C2/B2

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Fawn" wrote in message
...
Hi I am looking for a way to calculate by weeks. Eg

I have a file that contains start date

Start date

07/05/2007
06/30/2007

Column B will have number of employees in position
Column C will have the number of referrals

I would like column D to reflect the start date to count how many weeks it
is to current week multiplied by referrals (column c) then divided by
number of employees in position.

Similar to the below

Start date No. of empl # of referrals column D
07/05/2007 2 1 ((# of weeks
from 07/05/2007 to 07/12/2007) X 1) / 2

Thanks

Fawn



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
calculating number of weeks between two dates vnsrod2000 Excel Worksheet Functions 5 April 2nd 23 07:33 PM
Formula for calculating the last four weeks Huber57 Excel Discussion (Misc queries) 1 March 28th 07 02:20 PM
Calculating number of weeks from two dates spudgun Excel Discussion (Misc queries) 5 August 4th 05 12:08 AM
calculate weeks from a start date ( not yr weeks) Todd F. Excel Worksheet Functions 6 November 27th 04 05:53 PM
calculating weeks worked klillestol Excel Worksheet Functions 2 October 30th 04 04:26 AM


All times are GMT +1. The time now is 05:29 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"