Hi
I assume from your layout that Invoice Date is in Column D and Current
is in Column J.
I would be inclined to do away with the columns for the aging, and just
use a single formula in column J, which I would give the heading Period.
In J2
=MIN(4,INT((TODAY()-D2)/30))
copy down column as far as required
This would calculate a period number, 0 for current, 1 for 1 to 30
days, 2 for 31 to 60 etc.

Then I would use a Pivot Table for my summary.
Mark the block of data>Data>Pivot Tables>Next>Next>Layout
Drag Customer Name to the Row area
Drag Period to the Column area
Drag Invoice Total to the Data Area
Click OK>Next to put summary on a new sheet

You will then have your data summarised by period and Customer, with a
Total for the company for each period and overall.

For more help on Pivot Tables, including using a Dynamic Range to define
the data area, take a look at Debra Dalgleish's site and scroll to the
section on Pivot Tables.
http://www.contextures.com/tiptech.html


--
Regards

Roger Govier


"davies" <davies@discussions.microsoft.com> wrote in message
news:99DA0344-45D5-41FC-8FF8-4108B579E5E8@microsoft.com...
>I have a excel file with 8000 rows. It is an worksheet of AR invoice
>aging.
> I want to be able to create spreadsheets for the following. 1. Total
> Company
> Aging - (summary of this spredsheet) 2. Summary Aging per Customer #
> (summary of each customer) I have a total of 400 customers in this
> file. I
> don't know how to use VGA - just formuals. I can go the vlook ups,
> but I am
> just a beginner with those. Any suggestions/ideas as to how I can
> manage
> this data? If you have other ideas I would like to hear them. I know
> someone out there has done this before. At my old job I had some
> programers
> that could do this for me. Here I am that person if I want the
> report.
> HELP!! Thanks!
> EX: these are the column headings that I have. I have to manually
> age
> into the correct column because the system can't do it.
> Customer Name AR # Custome Service# Invoice Date Invoice Total
> Invoice# PO# Invoice Terms Due Date Current 1-30 31-60 61-90 91-120
> >120

>