Excel for find accounting errors in the general ledger

pjhutchi

New Member
Joined
Mar 10, 2016
Messages
8
Hi Guys and Gals,

While my work requires me to use excel to view and edit spreadsheets all the time I have not developed my skills past a beginners level. My current role has me trawling through the debits and credits in the general ledger accounts to find imbalances.

I know that there would be formulas and functions in excel that would allow me to do these checks in minutes rather than hours.

In the GL's there are a coloum of debits on one side and credits on the other. There can be hundreds and if not thousands of rows in these worksheets.

debits are positive say $100 while credits are negative -$100. What I want to do is for the cells in the debits to cross match on the credits and sum if they are $0 meaning that a cell on the debits side balances outwit ha cell on the credit side.Theoretically all that would be left to analyse then are the cells that are not balancing.

I am happy to email someone an example spreadsheet.

Help with this would be greatly appreciated as it could save me hours.

Thanks
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
I am an accounts professional as well. the problem in you question is that you must have JV or a transaction number as well. Because many time one accounting entry is breaked up but they add up to balance debit and credit. So u must match the JV no. as well.
Well according to your situation use this formula in conditional formatting on both columns to see which values are not coming in debit of credit side.
I am supposing that debits are in column A and Credits are in Column B. Please change columns as per you situation and Rows as well. In column A use this conditional formatting...
=IF(SUMPRODUCT((-A1=$B$1:$B$6)*1)=0,TRUE,FALSE)
and use this in Column B
=IF(SUMPRODUCT((-B1=$A$1:$A$6)*1)=0,TRUE,FALSE)
 
Upvote 0
This is on the right track but not quite. Do you know how to post a sample here so that I am able to show you?
 
Upvote 0
I am an accounts professional as well. the problem in you question is that you must have JV or a transaction number as well. Because many time one accounting entry is breaked up but they add up to balance debit and credit. So u must match the JV no. as well.
Well according to your situation use this formula in conditional formatting on both columns to see which values are not coming in debit of credit side.
I am supposing that debits are in column A and Credits are in Column B. Please change columns as per you situation and Rows as well. In column A use this conditional formatting...
=IF(SUMPRODUCT((-A1=$B$1:$B$6)*1)=0,TRUE,FALSE)
and use this in Column B
=IF(SUMPRODUCT((-B1=$A$1:$A$6)*1)=0,TRUE,FALSE)

Here is a screen shot basically what I want to do is if the individual cells in the debit column zero out to an individual cell in the credit column then I want those columns to delete or to flag with a colour. This way theoretically I could get down to only a few transactions with I can investigate and reconcile.

imagepng
 
Upvote 0
For me, the link in post #7 just says "page not found".
In any case, an image isn't much good, as we cannot copy from an image to our own worksheet to test.


Do you know how to post a sample here so that I am able to show you?
Yes, I already pointed you to it. :)
See A5 and section B of the Forum Use Guidelines for help with providing sample data.

Example of one of those methods:

Excel Workbook
ABC
1CAT NOTerritoryCode
21001UKAA
31001FranceAB
41001USAC
51002UKAD
Lookup
 
Upvote 0
Where is the SS? :)
And if you will apply conditional formatting on both columns all the entries that are not coming in debt side or credit entries that are not coming in debit side will be highlighted with colour whatever u choose.
 
Upvote 0

Forum statistics

Threads
1,224,505
Messages
6,179,152
Members
452,891
Latest member
JUSTOUTOFMYREACH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top