Compare Multiple Data Changes with Similar Project Titles

pmack

New Member
Joined
Jan 14, 2015
Messages
1
I've got a list of Projects with multiple unique month values. What I want to do is take Jan data and compare to the Feb data (same file layout, just different dates) to see if people are changing Feb data after it was entered in Jan. Did they change targets after they were already locked in? In example below, I'd expect the fields below in Red to be flagged as changed. Would expect a Vlookup on the Feb Tab looking at the Jan Tab, but having issues with having multiple lines with Same Project ID. All help appreciated.

[TABLE="width: 1058"]
<tbody>[TR]
[TD]January Data Tab[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]February Data Tab[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Project[/TD]
[TD][/TD]
[TD]Sales Target[/TD]
[TD]Sales Confirmed[/TD]
[TD][/TD]
[TD]Project[/TD]
[TD][/TD]
[TD]Sales Target[/TD]
[TD]Sales Confirmed[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Jan[/TD]
[TD]50[/TD]
[TD]50[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]Jan[/TD]
[TD]50[/TD]
[TD]40[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Feb[/TD]
[TD]50[/TD]
[TD][/TD]
[TD][/TD]
[TD]1[/TD]
[TD]Feb[/TD]
[TD]40[/TD]
[TD]40[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Mar[/TD]
[TD]50[/TD]
[TD][/TD]
[TD][/TD]
[TD]1[/TD]
[TD]Mar[/TD]
[TD]40[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Jan[/TD]
[TD]100[/TD]
[TD]90[/TD]
[TD][/TD]
[TD]2[/TD]
[TD]Jan[/TD]
[TD]90[/TD]
[TD]90[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Feb[/TD]
[TD]100[/TD]
[TD][/TD]
[TD][/TD]
[TD]2[/TD]
[TD]Feb[/TD]
[TD]100[/TD]
[TD]90[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Mar[/TD]
[TD]100[/TD]
[TD][/TD]
[TD][/TD]
[TD]2[/TD]
[TD]Mar[/TD]
[TD]100[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Mar[/TD]
[TD]75[/TD]
[TD][/TD]
[TD][/TD]
[TD]3[/TD]
[TD]Mar[/TD]
[TD]75[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Apr[/TD]
[TD]75[/TD]
[TD][/TD]
[TD][/TD]
[TD]3[/TD]
[TD]Apr[/TD]
[TD]75[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]June[/TD]
[TD]75[/TD]
[TD][/TD]
[TD][/TD]
[TD]3[/TD]
[TD]June[/TD]
[TD]75[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 
Last edited:

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.

Forum statistics

Threads
1,223,897
Messages
6,175,271
Members
452,628
Latest member
dd2

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