I'm trying to make balancing my checkbook easier, but finding it hard to find a macro or formula that does what I need.
I have two columns, one that has the charges according to my bank, and the other which has charges that I've documented myself. It's easy to find values that occur only in the first column or only in the second column. Where I'm getting stuck is finding charges that have the same value in both columns but their frequency is not in agreement, like when I record 1 of my $1.10 charges in but in reality my bank shows I had 3. Would like an easy way to see that I omitted 2 $1.10 charges.
So here would be a sample input:
[TABLE="width: 128"]
<tbody>[TR]
[TD="class: xl66, width: 64"]Input 1[/TD]
[TD="class: xl66, width: 64"]Input 2[/TD]
[/TR]
[TR]
[TD="class: xl67, align: right"]1.10[/TD]
[TD="class: xl67, align: right"]1.10[/TD]
[/TR]
[TR]
[TD="class: xl67, align: right"]1.10[/TD]
[TD="class: xl67, align: right"]2.20[/TD]
[/TR]
[TR]
[TD="class: xl67, align: right"]1.10[/TD]
[TD="class: xl67, align: right"]5.50[/TD]
[/TR]
[TR]
[TD="class: xl67, align: right"]2.20[/TD]
[TD="class: xl67, align: right"]6.60[/TD]
[/TR]
[TR]
[TD="class: xl67, align: right"]3.30[/TD]
[TD="class: xl67"][/TD]
[/TR]
[TR]
[TD="class: xl67, align: right"]5.50[/TD]
[TD="class: xl65"][/TD]
[/TR]
</tbody>[/TABLE]
And this would be what I'm looking for:
[TABLE="width: 128"]
<tbody>[TR]
[TD="class: xl65, width: 64"]Out 1[/TD]
[TD="class: xl65, width: 64"]Out 2[/TD]
[/TR]
[TR]
[TD="class: xl65, align: right"]1.10[/TD]
[TD="class: xl65, align: right"]6.60[/TD]
[/TR]
[TR]
[TD="class: xl65, align: right"]1.10[/TD]
[TD="class: xl65"][/TD]
[/TR]
[TR]
[TD="class: xl65, align: right"]3.30[/TD]
[TD="class: xl65"][/TD]
[/TR]
</tbody>[/TABLE]
I have two columns, one that has the charges according to my bank, and the other which has charges that I've documented myself. It's easy to find values that occur only in the first column or only in the second column. Where I'm getting stuck is finding charges that have the same value in both columns but their frequency is not in agreement, like when I record 1 of my $1.10 charges in but in reality my bank shows I had 3. Would like an easy way to see that I omitted 2 $1.10 charges.
So here would be a sample input:
[TABLE="width: 128"]
<tbody>[TR]
[TD="class: xl66, width: 64"]Input 1[/TD]
[TD="class: xl66, width: 64"]Input 2[/TD]
[/TR]
[TR]
[TD="class: xl67, align: right"]1.10[/TD]
[TD="class: xl67, align: right"]1.10[/TD]
[/TR]
[TR]
[TD="class: xl67, align: right"]1.10[/TD]
[TD="class: xl67, align: right"]2.20[/TD]
[/TR]
[TR]
[TD="class: xl67, align: right"]1.10[/TD]
[TD="class: xl67, align: right"]5.50[/TD]
[/TR]
[TR]
[TD="class: xl67, align: right"]2.20[/TD]
[TD="class: xl67, align: right"]6.60[/TD]
[/TR]
[TR]
[TD="class: xl67, align: right"]3.30[/TD]
[TD="class: xl67"][/TD]
[/TR]
[TR]
[TD="class: xl67, align: right"]5.50[/TD]
[TD="class: xl65"][/TD]
[/TR]
</tbody>[/TABLE]
And this would be what I'm looking for:
[TABLE="width: 128"]
<tbody>[TR]
[TD="class: xl65, width: 64"]Out 1[/TD]
[TD="class: xl65, width: 64"]Out 2[/TD]
[/TR]
[TR]
[TD="class: xl65, align: right"]1.10[/TD]
[TD="class: xl65, align: right"]6.60[/TD]
[/TR]
[TR]
[TD="class: xl65, align: right"]1.10[/TD]
[TD="class: xl65"][/TD]
[/TR]
[TR]
[TD="class: xl65, align: right"]3.30[/TD]
[TD="class: xl65"][/TD]
[/TR]
</tbody>[/TABLE]