Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Calculating unearned amount billed 45 days in advance...

HELP! Excel beginner....exported spreadsheet from Access to Excel. I have a
column with a renewal date for each customer (billing based on the renewal
date, bills 45 days in advance), a column with the amount billed, and a
column with frequency of billing (1-annually billed, 4-quarterly, 12-monthly)
EXAMPLE:
CUSTOMER RENEWAL DATE AMOUNT FREQUENCY
abc company 7/15/07 $1,950.00 4

so, they are billed 6/1, 9/1, 12/1, and 3/1 (as of 6/1 billing, the entire
amount is "unearned")

Need a spreadsheet to calculate how much is unearned at any given time.

Any suggestions? Does this even make sense to anyone? Any help is MUCH
appreciated.


  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 26
Default Calculating unearned amount billed 45 days in advance...

I'm unsure how you determine your billing dates (as in, do they update
automatically? Currently, I can't think of a way that you can manage your
billing dates so that they change given what today's date is, if I am
understanding part of your question..), but anyway

You'll need an IF function as a new column, Column F, (ex. for the entry in
row 4):
=IF(E4<B4,"unearned","paid")
where Column E has your billing dates for each customer, and Column B has
your renewal dates.

At the bottom, or top (wherever you feel like putting it), to calculate the
total unearned money, use the equation:
=SUMIF(F4:F5,"unearned",C4:C5)
Column F would contain the IF condition above and Column C is your Amount
Column.

I hope this helps (there is a way to merge the SumIf with the IF formula
above, but I can't remember it right now, sorry), Jim
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
Conditional Formatting Dates calculating 10 days and 30 days from a certain date Sioux[_2_] Excel Worksheet Functions 2 October 11th 07 02:04 PM
Days per month for calculating storage days Bart Excel Worksheet Functions 3 January 31st 07 06:40 PM
Time * Rate = Amount Billed Formula? Andrew Eagles Excel Worksheet Functions 5 July 14th 06 10:49 PM
amount of working days per month Nigel Excel Discussion (Misc queries) 2 November 29th 05 10:41 AM
Calculating recurring date in following month, calculating # days in that period Walterius Excel Worksheet Functions 6 June 4th 05 11:21 PM


All times are GMT +1. The time now is 10:34 AM.

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"