I have one workbook with 3 sheets. One for outstanding, one for daily report, and one for results.
each sheet will have about 1500 with the following numbers:
[TABLE="class: grid, width: 381"]
<TBODY>[TR]
[TD="align: right"]2013-03-22-15.15.52.219000</SPAN>
</SPAN>
[/TD]
[TD]N</SPAN>
[/TD]
[TD]850[/TD]
[TD="align: right"]1</SPAN>
[/TD]
[TD="align: right"]This is now ready</SPAN>
[/TD]
[/TR]
</TBODY>[/TABLE]
I then run a report (below)that I want to match with the above but my report does not have the last column, which are notes. I want to compare the two reports and if the first cell matches (like my examples do) return the above row to the third sheet.
If theres no match like below, then return the new row to the third sheet.
If two sheets would be enough to do this it would even be better.
Hope this helps
[TABLE="class: grid, width: 500"]
<TBODY>[TR]
[TD]2013-03-22-15.15.52.219000</SPAN>
[/TD]
[TD]N[/TD]
[TD]850[/TD]
[TD]1
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2013-03-22-15.15.31.936001[/TD]
[TD]N[/TD]
[TD]860[/TD]
[TD]1[/TD]
[TD][/TD]
[/TR]
</TBODY>[/TABLE]