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

I am trying to find a formula that I can use to calculate the billing
frequency as a date. I have a contract start date and a contract end date
along with our billing frequency; such as monthly, quarterly, semi-annually,
and annually. What I need is a column that will tell me the next date the
contract will bill.

for example:
Contract Start Date 1/1/2007
Contract End Date 1/1/2009
Billing frequency Monthly

I want the column to put in that this contract will bill again on 1/1/2008

thank you for any help
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Frequency of Billing

=IF(AND(TODAY()StartDate,TODAY()<EndDate),IF(Bill ingFrequency="Monthly",DATE(YEAR(TODAY()),
(BillingFrequency="Monthly")*(MONTH(TODAY())-MONTH(StartDate)+1)+
(BillingFrequency1="Quarterly")*(ROUNDUP((MONTH(TO DAY())-MONTH(StartDate))/3,0)*3)+
+(BillingFrequency="Semi-annually")*(ROUNDUP((MONTH(TODAY())-MONTH(StartDate))/6,0)*6)+
+(BillingFrequency="Annually")*(ROUNDUP((MONTH(TOD AY())-MONTH(StartDate))/12,0)*12),
DAY(StartDate))))

--
HTH

Bob

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

"Melo" wrote in message
...
I am trying to find a formula that I can use to calculate the billing
frequency as a date. I have a contract start date and a contract end date
along with our billing frequency; such as monthly, quarterly,
semi-annually,
and annually. What I need is a column that will tell me the next date the
contract will bill.

for example:
Contract Start Date 1/1/2007
Contract End Date 1/1/2009
Billing frequency Monthly

I want the column to put in that this contract will bill again on 1/1/2008

thank you for any help



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Frequency of Billing

Sorry that should have been

=IF(AND(TODAY()StartDate,TODAY()<EndDate),DATE(YE AR(TODAY()),
(BillingFrequency="Monthly")*(MONTH(TODAY())-MONTH(StartDate)+1)+
(BillingFrequency="Quarterly")*(ROUNDUP((MONTH(TOD AY())-MONTH(StartDate))/3,0)*3)+
(BillingFrequency="Semi-annually")*(ROUNDUP((MONTH(TODAY())-MONTH(StartDate))/6,0)*6)+
(BillingFrequency="Annually")*(ROUNDUP((MONTH(TODA Y())-MONTH(StartDate))/12,0)*12),
DAY(StartDate)),"")

--
HTH

Bob

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

"Bob Phillips" wrote in message
...
=IF(AND(TODAY()StartDate,TODAY()<EndDate),IF(Bill ingFrequency="Monthly",DATE(YEAR(TODAY()),
(BillingFrequency="Monthly")*(MONTH(TODAY())-MONTH(StartDate)+1)+
(BillingFrequency1="Quarterly")*(ROUNDUP((MONTH(TO DAY())-MONTH(StartDate))/3,0)*3)+
+(BillingFrequency="Semi-annually")*(ROUNDUP((MONTH(TODAY())-MONTH(StartDate))/6,0)*6)+
+(BillingFrequency="Annually")*(ROUNDUP((MONTH(TOD AY())-MONTH(StartDate))/12,0)*12),
DAY(StartDate))))

--
HTH

Bob

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

"Melo" wrote in message
...
I am trying to find a formula that I can use to calculate the billing
frequency as a date. I have a contract start date and a contract end
date
along with our billing frequency; such as monthly, quarterly,
semi-annually,
and annually. What I need is a column that will tell me the next date
the
contract will bill.

for example:
Contract Start Date 1/1/2007
Contract End Date 1/1/2009
Billing frequency Monthly

I want the column to put in that this contract will bill again on
1/1/2008

thank you for any help





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
Billing Due date spreadsheet? senorbot Excel Discussion (Misc queries) 1 September 13th 06 09:01 PM
Help with a hotel billing system... matt Excel Discussion (Misc queries) 8 February 10th 06 11:17 PM
histograms - frequency and relative frequency? confusedstudent Excel Discussion (Misc queries) 2 February 8th 06 08:20 AM
Formula for billing water Flow Excel Discussion (Misc queries) 6 February 5th 06 02:33 PM
customer billing EssEss New Users to Excel 2 August 2nd 05 04:55 PM


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