#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Balance by Aging

I am trying to create a template that will return the total balance of
transactions according to their aging. I receive reports showing invoice
number, balance due, due date in xls format, these are often several thousand
lines depending on the account. I want to create a template that will (with
minimal editing/preparation) show the balance due of transactions according
to past due age (over 90 days, 60-90, 30-60, 0-30).

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default Balance by Aging

Hi J91co, I have a similar sheet set up. In colunm D5 I entered the following
formula which I then copied down.

=IF(TODAY()-C590,"90
Days",IF(TODAY()-C560,"60-90",IF(TODAY()-C530,"30-60","0-30")))

Then in cell A2 I entered the formula the following formula which I copied
across A2:D2

=SUMIF($D5:$D12,A1,$B5:$B12)

My sheet is set up as follows so that the running balance by Aging is always
on top.

I hope this helps.

A B C D
1 0-30 30-60 60-90 90 Days
2 $5,257.00 $65.00 03/18/08 $399.00
3
4 Invoice Balance Due Aging
5 A123 199.00 09/01/06 90 Days
6 567 3000.00 11/05/06 60-90
7 1023C 10.00 12/01/06 30-60
8 569 253.00 02/28/07 0-30
9 B11-12 1.00 03/01/07 0-30
10 1234 5003.00 12/28/06 0-30
11 89901 55.00 11/28/06 30-60
12 89902 200.00 10/13/06 90 Days



--
molinaram


"j91co" wrote:

I am trying to create a template that will return the total balance of
transactions according to their aging. I receive reports showing invoice
number, balance due, due date in xls format, these are often several thousand
lines depending on the account. I want to create a template that will (with
minimal editing/preparation) show the balance due of transactions according
to past due age (over 90 days, 60-90, 30-60, 0-30).

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
Returning a mortgage balance based on a particular date JWH Excel Discussion (Misc queries) 4 December 19th 06 01:03 AM
aging Rina Excel Worksheet Functions 2 October 23rd 06 05:50 PM
running balance in Excel Dan Connors Excel Worksheet Functions 5 April 3rd 06 08:11 PM
How do I calculate a running balance? Susan Excel Worksheet Functions 1 July 29th 05 03:22 AM
How to make aging possible in Excel for an age trial balance shee. Anne L Excel Discussion (Misc queries) 3 March 20th 05 05:31 PM


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