Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to get subtotals added to a trial balance report. The report has
the account numbers listed first and show a list of account numbers. With each change in the first number the group change. How can I subtotal all the cash, liability, revenue, expense............? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Shay
One way Insert a column before your Account codes, head it Group In A2 enter =LEFT(B2) and copy down Mark your whole block of data (including new column) and DataSubtotalat each change in GroupSumAdd Subtotal toclick each column that you want to be summed. -- Regards Roger Govier "Shay" wrote in message ... I am trying to get subtotals added to a trial balance report. The report has the account numbers listed first and show a list of account numbers. With each change in the first number the group change. How can I subtotal all the cash, liability, revenue, expense............? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You'd need to use a "helper column" along the lines of:
A1: AcctType This formula returns the left character of the value in B10 A2: =left(B2,1) Copy down as far as needed Then subtotal on changes in that field. Is that something you can work with? *********** Regards, Ron XL2002, WinXP "Shay" wrote: I am trying to get subtotals added to a trial balance report. The report has the account numbers listed first and show a list of account numbers. With each change in the first number the group change. How can I subtotal all the cash, liability, revenue, expense............? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
can you create a cash flow diagram in excel | Charts and Charting in Excel | |||
Excel formula to calculate % gain when adding cash equity to accou | Excel Worksheet Functions | |||
How do I get Multiple subtotal levels in EXCEL? | Excel Discussion (Misc queries) | |||
Is it possible to do a conditional subtotal in Excel? | Excel Worksheet Functions |