Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a worksheet with a sheet of data for each customer, including name,
transaction date, payment amount, and balance owing. I now would like to build a trial balance to show the name, balance owing (as of the trial balance date) and if payments are in arrears or not. I hope someone will be able to help me with this. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
As far as the name and balance owing, you can do a quick pivot table...
Data - Pivot Table Select the table with data drop the name info into the column fields Drop the balance owing into the data fields As far as payments being in arrears, not sure I follow how you would know when someone is in arrears. Is there a certain number of days payment is to be made by? if so, I'd put in a column labelled Arrears and in the cells put, say, =if(now()-transaction date30,"Yes","No") Then, you can drag this field into the Data portion of your pivot table, then use the drop-down arrow in the data portion to show only "Yes" fields... "Dale" wrote: I have a worksheet with a sheet of data for each customer, including name, transaction date, payment amount, and balance owing. I now would like to build a trial balance to show the name, balance owing (as of the trial balance date) and if payments are in arrears or not. I hope someone will be able to help me with this. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for the help...that will work.
"Sean Timmons" wrote: As far as the name and balance owing, you can do a quick pivot table... Data - Pivot Table Select the table with data drop the name info into the column fields Drop the balance owing into the data fields As far as payments being in arrears, not sure I follow how you would know when someone is in arrears. Is there a certain number of days payment is to be made by? if so, I'd put in a column labelled Arrears and in the cells put, say, =if(now()-transaction date30,"Yes","No") Then, you can drag this field into the Data portion of your pivot table, then use the drop-down arrow in the data portion to show only "Yes" fields... "Dale" wrote: I have a worksheet with a sheet of data for each customer, including name, transaction date, payment amount, and balance owing. I now would like to build a trial balance to show the name, balance owing (as of the trial balance date) and if payments are in arrears or not. I hope someone will be able to help me with this. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dropping Trial Balance into Financial Statements | Excel Worksheet Functions | |||
Returning a mortgage balance based on a particular date | Excel Discussion (Misc queries) | |||
running balance in Excel | Excel Worksheet Functions | |||
I want the first cell of a column to be a running bal for that col | Excel Discussion (Misc queries) | |||
How to make aging possible in Excel for an age trial balance shee. | Excel Discussion (Misc queries) |