2 column matching (reconciliation)

iikarus

New Member
Joined
Jan 1, 2019
Messages
8
Greetings everyone,
After scouring the internet for days now, and unable to find a solution to fit my needs, I present this question to you wise souls.

If a solution already exists on this forum, then please accept my sincerest apologies for reposting, as I was unable to find it using the search function. Majority of the solutions posted are either single column reconciliations, and/or have a unique key/identifier, both of which are not the available with my data.

I would really appreciate any guidance or help, either in the form of VBA, formulas, or conditional formatting

My data is as below:

DEBITCREDIT
100-50
584-4
94-4899
150100
4899-54
-11-358
-358-100
20-100
2050

<tbody>
</tbody>

Salient features of the data are as follows:
  1. The ordering of numbers in both the columns are mixed, they are neither ascending nor descending
  2. There is no "key"or unique identifier which links the 2 columns.
  3. The negative signs in the debit column, and the positive signs in the credit column are not mistakes, they are there on purpose.

Technicalities of the problem are as below:
  1. If Debit + Credit = Debit, in this case the original debit becomes a reconciling item.
  2. If Debit + Credit = Credit, in this case, the original credit becomes a reconciling item.
  3. If Debit + Credit = 0, in this case, both the debit and credit entries are matched should be eliminated or deleted.
  4. Please consider the above data to be present in the columns W and X in excel, with data present (several columns deep) on either sides of column W and column X

Based on the above, I was hoping if the solution could highlight the reconciling items on a cell level only, and/or delete the matching items on a cell level.

I hope that above would wet someones appetite for puzzle solving, which the rest of us could learn from.

Thanks,
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Absolutely.

Btw, I have an excel file which shows mannual workings, which could shed some light, could I send it to you please, if its not too much trouble
 
Upvote 0
that is not allowed under forum rules but you can make a google sheet open to anybody

in the credit column conditionally format all cells with =A1=>0
 
Upvote 0
Getting an error message, in the conditional formating about formula.

Tried typing by hand, and no numbers are highlighted, I think im doing something wrong
 
Upvote 0
in a new spreadsheet put -5 in cell A1, highlight A1, format, conditional formatting, cell equals and in next box <0

choose red ok A1 should be red now change A1 to 7 the red should disappear
 
Upvote 0
Sorry for the late response, nasty flu.

Not sure I follow the above, how will this work with multiple values, for example two 100's in the debit side, and five -100 in the credit side.

Atm I am trying to make a flowchart which should help.
 
Upvote 0
I am trying to establish if you know how to use conditional formatting - once A1 turns on and off correctly we can get back to your specific issue
 
Upvote 0

Forum statistics

Threads
1,215,086
Messages
6,123,040
Members
449,092
Latest member
ikke

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