Hi hiker95
Thank you very much for the time that you took to think about the code to make this happen. The code makes exactly what is in the 3 cases that I gave you. I was just
playing with the sheets and I noticed that I did not explain very well the situation, so that was my bad.
I think the only thing to make this work as I'm needing is to compare 2 sheets (sheet1 is gonna be the one that has the newest and accurate information), and be able
to identify what was removed and/or added, not only comparing the number of rows.
for instance in the next screenshoot show how I have:
1. same project number in both sheets, but I need the value from sheet1 (the value from the database system)
2. projects that I has in sheet2 (my tracking), but are not anymore in sheet1 (database), and I need to identify that and to call the person responsible why he deleted
that from the database.
3. projects that are in sheet1 (database), but I dont have that in sheet2 (my tracking), and I need to call the person, and ask why he added a new one, and did not
tell me that he is starting a new project
I hope I'm not complicating things nd I really say thanks for your cooperation
Excel 2012
<colgroup><col><col><col><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]1[/TD]
[TD="bgcolor: #FFFF00, align: center"]1[/TD]
[TD="bgcolor: #FFFF00, align: center"]A1[/TD]
[TD="align: center"][/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]A2[/TD]
[TD="align: center"][/TD]
[TD="align: center"]3[/TD]
[TD="align: center"]3[/TD]
[TD="align: center"]A3[/TD]
[TD="align: center"][/TD]
[TD="align: center"]4[/TD]
[TD="align: center"]4[/TD]
[TD="align: center"]A4[/TD]
[TD="align: center"][/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]A5[/TD]
[TD="align: center"][/TD]
[TD="align: center"]6[/TD]
[TD="align: center"]6[/TD]
[TD="align: center"]A6[/TD]
[TD="align: center"][/TD]
</tbody>
Sheet1
Excel 2012
<colgroup><col><col><col><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]1[/TD]
[TD="bgcolor: #FFFF00, align: center"]1[/TD]
[TD="bgcolor: #FFFF00, align: center"]A1234 NOTE THAT IS OTHER VALUE[/TD]
[TD="align: center"][/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]A8[/TD]
[TD="align: center"][/TD]
[TD="align: center"]3[/TD]
[TD="align: center"]9[/TD]
[TD="align: center"]A9[/TD]
[TD="align: center"][/TD]
[TD="align: center"]4[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]A10[/TD]
[TD="align: center"][/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]11[/TD]
[TD="align: center"]A11[/TD]
[TD="align: center"][/TD]
</tbody>
Sheet2
Excel 2012
| A | B | C |
---|
A1 | | | |
A2 | this was in Sheet1, but not in Sheet2 | | |
A3 | this was in Sheet1, but not in Sheet2 | | |
A4 | this was in Sheet1, but not in Sheet2 | | |
A5 | this was in Sheet1, but not in Sheet2 | | |
A6 | this was in Sheet1, but not in Sheet2 | | |
A8 | this was in Sheet2, but not in Sheet1 | | |
A9 | this was in Sheet2, but not in Sheet1 | | |
A10 | this was in Sheet2, but not in Sheet1 | | |
A11 | this was in Sheet2, but not in Sheet1 | | |
<colgroup><col><col><col><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]1[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"][/TD]
[TD="align: center"]2[/TD]
[TD="align: right"]2[/TD]
[TD="align: center"]3[/TD]
[TD="align: right"]3[/TD]
[TD="align: center"]4[/TD]
[TD="align: right"]4[/TD]
[TD="align: center"]5[/TD]
[TD="align: right"]5[/TD]
[TD="align: center"]6[/TD]
[TD="align: right"]6[/TD]
[TD="align: center"]7[/TD]
[TD="align: right"]8[/TD]
[TD="align: center"]8[/TD]
[TD="align: right"]9[/TD]
[TD="align: center"]9[/TD]
[TD="align: right"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: right"]11[/TD]
</tbody>
Sheet3