Hello and Happy New Year!
I need to find a much faster way to determine which debits and credits from two separate columns dont match off to 0.00. Im requesting a formula or a macro (or any other way that can perform this tedious task quickly). Column A contains the amounts from one source sorted from largest to smallest. Column C contains amounts sorted from smallest to largest. Currently, Ill put the formula =A2+C2 in cell D2 and populate that formula down the rest of column D. Then I will go down through column D and find instances where the amount is not zero (meaning that there is an amount in either column A that is not in column C or an amount in column C that is not in column A). Ill insert a blank cell in either column A or column C as necessary so offsetting amounts are again lined up next to one another (ensuring that I choose the insert feature that shifts cells down). Ill click on the most recent 0.00 result above in column C to update the formula and continue on until I reach the bottom of the sheet.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl22166, width: 64"]Column A
[/TD]
[/TR]
[TR]
[TD="class: xl22166, width: 64"][/TD]
[/TR]
[TR]
[TD="class: xl22166, width: 64"]AMOUNT[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Column B
[/TD]
[TD]Column C[TABLE="width: 67"]
<tbody>[TR]
[TD="class: xl22168, width: 67"]
AMOUNT[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Column D
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl22168, width: 64"] 1,360.00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][TABLE="width: 67"]
<tbody>[TR]
[TD="class: xl22168, width: 67"] (1,360.00)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 65"]
<tbody>[TR]
[TD="class: xl22168, width: 65, align: right"]0.00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl22168, width: 64"] 1,357.52[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][TABLE="width: 67"]
<tbody>[TR]
[TD="class: xl22168, width: 67"] (1,357.52)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 65"]
<tbody>[TR]
[TD="class: xl22168, width: 65, align: right"]0.00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][TABLE="width: 67"]
<tbody>[TR]
[TD="class: xl22168, width: 67"] (1,355.95)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 65"]
<tbody>[TR]
[TD="class: xl22168, width: 65, align: right"](1,355.95)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl22168, width: 64"] 1,336.50[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][TABLE="width: 67"]
<tbody>[TR]
[TD="class: xl22168, width: 67"] (1,336.50)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 65"]
<tbody>[TR]
[TD="class: xl22168, width: 65, align: right"]0.00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl22168, width: 64"] 1,330.48[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][TABLE="width: 65"]
<tbody>[TR]
[TD="class: xl22168, width: 65, align: right"]1,330.48[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl22168, width: 64"] 1,330.00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][TABLE="width: 67"]
<tbody>[TR]
[TD="class: xl22168, width: 67"] (1,330.00)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 65"]
<tbody>[TR]
[TD="class: xl22168, width: 65, align: right"]0.00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
Once I reach the last amounts, Ill highlight the whole sheet and place a filter on row 1. Ill filter column D for items that werent 0.00. Ill then copy and paste those nonzero amounts into another report for further research.
Items cannot net to zero within the same column. Since there may be items with the same amount in the same column, order integrity must be kept.
Thanks!
I need to find a much faster way to determine which debits and credits from two separate columns dont match off to 0.00. Im requesting a formula or a macro (or any other way that can perform this tedious task quickly). Column A contains the amounts from one source sorted from largest to smallest. Column C contains amounts sorted from smallest to largest. Currently, Ill put the formula =A2+C2 in cell D2 and populate that formula down the rest of column D. Then I will go down through column D and find instances where the amount is not zero (meaning that there is an amount in either column A that is not in column C or an amount in column C that is not in column A). Ill insert a blank cell in either column A or column C as necessary so offsetting amounts are again lined up next to one another (ensuring that I choose the insert feature that shifts cells down). Ill click on the most recent 0.00 result above in column C to update the formula and continue on until I reach the bottom of the sheet.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl22166, width: 64"]Column A
[/TD]
[/TR]
[TR]
[TD="class: xl22166, width: 64"][/TD]
[/TR]
[TR]
[TD="class: xl22166, width: 64"]AMOUNT[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Column B
[/TD]
[TD]Column C[TABLE="width: 67"]
<tbody>[TR]
[TD="class: xl22168, width: 67"]
AMOUNT[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Column D
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl22168, width: 64"] 1,360.00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][TABLE="width: 67"]
<tbody>[TR]
[TD="class: xl22168, width: 67"] (1,360.00)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 65"]
<tbody>[TR]
[TD="class: xl22168, width: 65, align: right"]0.00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl22168, width: 64"] 1,357.52[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][TABLE="width: 67"]
<tbody>[TR]
[TD="class: xl22168, width: 67"] (1,357.52)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 65"]
<tbody>[TR]
[TD="class: xl22168, width: 65, align: right"]0.00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][TABLE="width: 67"]
<tbody>[TR]
[TD="class: xl22168, width: 67"] (1,355.95)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 65"]
<tbody>[TR]
[TD="class: xl22168, width: 65, align: right"](1,355.95)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl22168, width: 64"] 1,336.50[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][TABLE="width: 67"]
<tbody>[TR]
[TD="class: xl22168, width: 67"] (1,336.50)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 65"]
<tbody>[TR]
[TD="class: xl22168, width: 65, align: right"]0.00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl22168, width: 64"] 1,330.48[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][TABLE="width: 65"]
<tbody>[TR]
[TD="class: xl22168, width: 65, align: right"]1,330.48[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl22168, width: 64"] 1,330.00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][TABLE="width: 67"]
<tbody>[TR]
[TD="class: xl22168, width: 67"] (1,330.00)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 65"]
<tbody>[TR]
[TD="class: xl22168, width: 65, align: right"]0.00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
Once I reach the last amounts, Ill highlight the whole sheet and place a filter on row 1. Ill filter column D for items that werent 0.00. Ill then copy and paste those nonzero amounts into another report for further research.
Items cannot net to zero within the same column. Since there may be items with the same amount in the same column, order integrity must be kept.
Thanks!