Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I ve worksheet with
Supplier Name Inv No. Inv Date Amount I wmant to make an aging report, could it possible with pivot table |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
By aging report, I assume you mean you want columns for 30, 60, 90+ days
overdue. To do this in a pivot table, first create extra columns for the invoice age. While you are at it, I'd also create a column called 'Age' which is the number of days overdue. This makes aging simpler and might come in handy in the future. Your columns would then include something like: Age: =today()-InvDate Current: =if(age<30,amount,"") 30-59: =if(and(age<60,age=30),amount,"") etc. Now you can pivot the columns easily. Regards, Fred "Abdul Shakeel" wrote in message ... I ve worksheet with Supplier Name Inv No. Inv Date Amount I wmant to make an aging report, could it possible with pivot table |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
accounts payable aging report | Excel Worksheet Functions | |||
Organization of Aging Report | Excel Discussion (Misc queries) | |||
creating an aging report | Excel Worksheet Functions | |||
Help with Aging Report | Excel Worksheet Functions | |||
30 Day Aging Report Using Conditional Formating | Excel Worksheet Functions |