edmundmckay
New Member
- Joined
- Aug 24, 2015
- Messages
- 31
Hello
I have downloaded a General ledger and I am trying to form a manual trial balance of the chart codes within it using a couple of criteria. My quick solution to creating a trial balance is to generate a pivot table and utilise the chart code column and amount column and then report filter by the account date . My colleague would prefer to use sumif formula’s to generate the balance per chart code as there is specific criteria which potentially is needed to source down the line.
In order to achieve the below result from the pivot table using sumif formula I have had to quickly extract a list of all the codes being utilised on the ledger and use this list as the control list of codes to form the Trial Balance before writing the formula.
There are two tabs. The GL tab for data range and Trial balance Summary tab which is where I am building the Trial balance on
Here is my below SUMIF formula which brings the balance of the code within the GL
=SUMIF(GL!$F$2:$F$19727,'Trial Balance Summary'!A2,GL!$L$2:$L$19727)
I now would like to generate a trial balance which pulls through all figures which occurred on the 29/8/2017 and prior against each code
I tried a SUMIFS formula below but didn’t get any where.
SUMIFS(GL!$F$2:$F$19727,"<=","29/8/2017",GL!$A$19693:$A$19727,GL!$L$19693:$L$19727)
Please could you help and provide a working formula
Column reference for the data range used in formula. There are 19,727 rows within the GL
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Column A
[/TD]
[TD]Column F
[/TD]
[TD]Column L
[/TD]
[/TR]
[TR]
[TD]Account Date
[/TD]
[TD]
[TABLE="width: 70"]
<tbody>[TR]
[TD]chart_code
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
[TABLE="width: 81"]
<tbody>[TR]
[TD] amount
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]
[TABLE="width: 111"]
<tbody>[TR]
[TD="align: right"]31/03/2008
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
[TABLE="width: 70"]
<tbody>[TR]
[TD="align: right"]1200
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
[TABLE="width: 81"]
<tbody>[TR]
[TD] 749.25
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
many thanks in advance
I have downloaded a General ledger and I am trying to form a manual trial balance of the chart codes within it using a couple of criteria. My quick solution to creating a trial balance is to generate a pivot table and utilise the chart code column and amount column and then report filter by the account date . My colleague would prefer to use sumif formula’s to generate the balance per chart code as there is specific criteria which potentially is needed to source down the line.
In order to achieve the below result from the pivot table using sumif formula I have had to quickly extract a list of all the codes being utilised on the ledger and use this list as the control list of codes to form the Trial Balance before writing the formula.
There are two tabs. The GL tab for data range and Trial balance Summary tab which is where I am building the Trial balance on
Here is my below SUMIF formula which brings the balance of the code within the GL
=SUMIF(GL!$F$2:$F$19727,'Trial Balance Summary'!A2,GL!$L$2:$L$19727)
I now would like to generate a trial balance which pulls through all figures which occurred on the 29/8/2017 and prior against each code
I tried a SUMIFS formula below but didn’t get any where.
SUMIFS(GL!$F$2:$F$19727,"<=","29/8/2017",GL!$A$19693:$A$19727,GL!$L$19693:$L$19727)
Please could you help and provide a working formula
Column reference for the data range used in formula. There are 19,727 rows within the GL
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Column A
[/TD]
[TD]Column F
[/TD]
[TD]Column L
[/TD]
[/TR]
[TR]
[TD]Account Date
[/TD]
[TD]
[TABLE="width: 70"]
<tbody>[TR]
[TD]chart_code
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
[TABLE="width: 81"]
<tbody>[TR]
[TD] amount
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]
[TABLE="width: 111"]
<tbody>[TR]
[TD="align: right"]31/03/2008
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
[TABLE="width: 70"]
<tbody>[TR]
[TD="align: right"]1200
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
[TABLE="width: 81"]
<tbody>[TR]
[TD] 749.25
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
many thanks in advance