English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2 answers

First off you need a current date or a specific date entered into a cell; e.g., "=now()" or "03/31/07" next you need to enter the invoices in the manner you would like to see them; e.g., Customer Name, Customer Number, Invoice Number, Invoice date, Invoice Amount; each entered into heading cells. Next you need to enter the breakdown you would like in the heading; usually, these are broken down as current, over 30 days, over 60 days, over 90 days, and total.

Next you need to compute the age of each column. =If(heading date-invoice date<=30,invoice amount,"") would go into the cell below current. =If(heading date-invoice date<=60,invoice amount,"") would go into the cell below over 30. and so forth. You can monkey around and use actual month ends if you'd like.

Next, because accountants love to foot and cross foot everything, you would likely enter the total under the total column, or =sum(previous three columns.) At the bottom of each customer's invoices you will enter in totals for each category. This can be done with an if statement for the customer number or you could sort the entire list by customer number and insert a column row. Finally, at the bottom you would enter totals for all customers and all invoices. I would probably tally the outstanding invoices as well with a count of the invoice numbers.

2007-03-21 12:30:06 · answer #1 · answered by Scott K 7 · 0 0

You should utilize an if/then formula. That is the way we did it in my finance classes. If you would like me to send you a sample spreadsheet, you can e-mail me at mapbrittney@gmail.com. Hope that helps!

2007-03-21 12:03:28 · answer #2 · answered by park_brit 2 · 0 0

fedest.com, questions and answers