Compare columns to figure out which rows were adjusted...

abarbee314

New Member
Joined
Apr 5, 2013
Messages
24
This feels like a "Track changes" sort of situation, but I can't nail down which way to go here (MATCH, VLOOKUP, etc.).

I essentially have four columns of data:
> Workbook 1
- an item reference number
- a detail amount

> Workbook 2
- an item reference number
- a detail amount

We looked at the sums of the 'detail amount' columns and realized that they were different between the two files. We are trying to figure out which particular rows are adjusted. Conditional formatting shows me unique/duplicate, but I need this in relation to the Detail Amount values. So, I need to evaluate the ItemReference cell and see if it's corresponding DetailAmount differs from one to the next.

We believe some of the dollar amounts were changed (I included sample data below). Note: there are, for some reason, items that are unique to each workbook, too.

Thanks, in advance, for your help! You guys always rock it out for me.

Aaron :)

*************************************************
ItemReferenceDetail AmtItemReference2Detail Amt2
170284($13.23)216072($54.00)
171387($538.00)223804($2,190.00)
182177($4.11)223805($5,370.00)
184476($1,050.00)223806($3,610.00)
216072($54.00)223807($1,590.00)
223804($2,190.00)223808($5,430.00)
223805($5,370.00)223809($1,320.00)
223806($3,610.00)224004($622.74)
223807($1,590.00)224132($3,390.00)
223808($5,430.00)224133($1,770.00)
223809($1,320.00)224134($4,550.00)
224004($622.74)224135($2,480.00)
224132($3,390.00)224136($8,230.00)
224133($1,770.00)224137($870.00)
224134($4,550.00)224138($4,395.00)
224135($2,480.00)224139($8,350.00)
224136($8,230.00)224140($4,850.00)
224137($870.00)224141($2,760.00)
224138($4,395.00)224142($5,510.00)
224139($8,350.00)224143($1,750.00)
224140($4,850.00)232660($330.00)
224141($2,760.00)236294($335.00)
224142($5,510.00)236295($50.00)

<colgroup><col><col><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
A simple method would be to copy the itemreference columns, paste somewhere else one above the other, sort, remove the duplicates (through the Excel menu or advanced filter), then lookup from each column so you'll see all the changes concisely.
 
Upvote 0
So, I was definitely over-thinking this one. I ran a VLOOKUP on the Item Reference columns and extracted the Detail Amt values. Then, I simply subtracted that result from the first set. So, I was left with N/A for unique items and was able to quickly find the two items that had been changed. :)
 
Upvote 0

Forum statistics

Threads
1,215,634
Messages
6,125,934
Members
449,275
Latest member
jacob_mcbride

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