Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 153
Default Counting Days Between Variable & Fixed Dates

I have 3 fixed dates that represent effective date of
prices:

01/01/2004
04/01/2004
07/01/2004
12/31/2099

Now, I have a billing period (variable) that falls
somewhere between 01/01/04 and 12/31/2099;
i.e. 3/15/2004 to 4/15/2004

I need to be able to prorate across these price changes
based upon the billing period, which is a variable.
Specifically, I need to know the number of days to charge
at 01/01/2004 prices, 04/01/04 prices, etc.

Any assistance in regards to how this can be done in
Excel would be appreciated.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Counting Days Between Variable & Fixed Dates

David,
on your worksheet try this:
Fixed Date Variable Date Difference(input this formula)
01/01/04 02/03/04 =IF(ISBLANK(B2),0,(DAYS360(A2,B2)))
04/01/04 04/15/04 =IF(ISBLANK(B3),0,(DAYS360(A3,B3)))
and so on


HTH
Charles

"David" wrote in message ...
I have 3 fixed dates that represent effective date of
prices:

01/01/2004
04/01/2004
07/01/2004
12/31/2099

Now, I have a billing period (variable) that falls
somewhere between 01/01/04 and 12/31/2099;
i.e. 3/15/2004 to 4/15/2004

I need to be able to prorate across these price changes
based upon the billing period, which is a variable.
Specifically, I need to know the number of days to charge
at 01/01/2004 prices, 04/01/04 prices, etc.

Any assistance in regards to how this can be done in
Excel would be appreciated.

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
Counting days between dates aussiegirlone Excel Discussion (Misc queries) 8 December 2nd 08 08:42 AM
Counting days between 2 dates cockatoo Excel Discussion (Misc queries) 2 September 19th 08 10:35 PM
Counting Days Between Dates JerryS Excel Worksheet Functions 1 February 13th 08 07:37 PM
Difference between 2 dates, incl weekends, with variable work days babryanton Excel Discussion (Misc queries) 4 July 11th 06 06:56 PM
Counting days between dates tstorm96 Excel Discussion (Misc queries) 5 April 16th 05 12:02 AM


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