Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Hours spread uniformally between two dates

Hi,

Is there any functionality within excel where an amount of hours (col a )
can be spread uniformally between two dates (col b and c) with the results
tabled so i am able to create a load or capacity graph.

Thanks in advance for any assistance in any form.

Steve


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 473
Default Hours spread uniformally between two dates

Steve wrote:
Is there any functionality within excel where an amount of hours (col a )
can be spread uniformally between two dates (col b and c) with the results
tabled so i am able to create a load or capacity graph.


You might have columns to the right from D to BZ, one per date, and you want
to fill in the number of hours for the job on this row on the date for this
column (assumed in row 1).

A formula like this (in D2 and copied to the remaining cells) should do it

=A2/(COUNTIF($D$1:$BZ$1,"="&B2)-COUNTIF($D$1:$BZ$1,""&C2))


Bill Manville
MVP - Microsoft Excel, Oxford, England
No email replies please - reply in newsgroup

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Hours spread uniformally between two dates

Thanks for help Bill ....

"Bill Manville" wrote in message
...
Steve wrote:
Is there any functionality within excel where an amount of hours (col

a )
can be spread uniformally between two dates (col b and c) with the

results
tabled so i am able to create a load or capacity graph.


You might have columns to the right from D to BZ, one per date, and you

want
to fill in the number of hours for the job on this row on the date for

this
column (assumed in row 1).

A formula like this (in D2 and copied to the remaining cells) should do it

=A2/(COUNTIF($D$1:$BZ$1,"="&B2)-COUNTIF($D$1:$BZ$1,""&C2))


Bill Manville
MVP - Microsoft Excel, Oxford, England
No email replies please - reply in newsgroup



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
Determining work hours between dates / hours Andrew Excel Worksheet Functions 3 July 30th 08 06:38 PM
Spread Sheet Employee Hours Issue Kelsey Excel Worksheet Functions 7 January 12th 07 12:09 PM
Is there a way to change all dates in a spread sheet delete automatically Excel Discussion (Misc queries) 8 December 23rd 06 02:58 AM
adding information to cells uniformally sweetboo22 Excel Discussion (Misc queries) 5 August 14th 06 02:34 PM
how to chart data spread over 24 hours a day and 7 days a week? charter_SKR Charts and Charting in Excel 1 March 27th 06 10:48 PM


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