I just want to compare two different reports total to check if the numbers in bold matches. For report A, the January 1 total number 800 is not correct comparing to report B. Because 200 item are not recorded so I wan to flag that with color or other best ways. The same with May 1 records. I want the color or flag to be in Report A in the total number Row or if the next row after the Total number.
Report A
1/1/2019 2/1/2019. 3/1/2019. 5/1/2019. Product identifier
<tbody>[TR]
[TD]500[/TD]
[TD]100[/TD]
[TD]500[/TD]
[TD]200[/TD]
[TD]1235[/TD]
[/TR]
[TR]
[TD]300[/TD]
[TD]100[/TD]
[TD]350[/TD]
[TD]100[/TD]
[TD]1234[/TD]
[/TR]
[TR]
[TD]800[/TD]
[TD]200[/TD]
[TD]850[/TD]
[TD]300[/TD]
[TD]1900[/TD]
[/TR]
</tbody>[/TABLE]
Report B
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date received[/TD]
[TD]store code [/TD]
[TD]amount [/TD]
[TD]Total Amount received by date and store [/TD]
[/TR]
[TR]
[TD]1/1/2019[/TD]
[TD]12355[/TD]
[TD]500[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]1/1/2019[/TD]
[TD]12355[/TD]
[TD]300[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]1/1/2019[/TD]
[TD]12355[/TD]
[TD]200[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]2/1/2019[/TD]
[TD]12344[/TD]
[TD]100[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]2/1/2019[/TD]
[TD]12344[/TD]
[TD]100[/TD]
[TD]200[/TD]
[/TR]
</tbody>[/TABLE]
5/1/2019 12356 200. 500
5/1/2019. 12356 100. 500
5/1/2019. 12356. 200. 500
Thanks for your time and help.
Report A
1/1/2019 2/1/2019. 3/1/2019. 5/1/2019. Product identifier
[TABLE="width: 500"]<tbody>[TR]
[TD]500[/TD]
[TD]100[/TD]
[TD]500[/TD]
[TD]200[/TD]
[TD]1235[/TD]
[/TR]
[TR]
[TD]300[/TD]
[TD]100[/TD]
[TD]350[/TD]
[TD]100[/TD]
[TD]1234[/TD]
[/TR]
[TR]
[TD]800[/TD]
[TD]200[/TD]
[TD]850[/TD]
[TD]300[/TD]
[TD]1900[/TD]
[/TR]
</tbody>[/TABLE]
Report B
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date received[/TD]
[TD]store code [/TD]
[TD]amount [/TD]
[TD]Total Amount received by date and store [/TD]
[/TR]
[TR]
[TD]1/1/2019[/TD]
[TD]12355[/TD]
[TD]500[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]1/1/2019[/TD]
[TD]12355[/TD]
[TD]300[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]1/1/2019[/TD]
[TD]12355[/TD]
[TD]200[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]2/1/2019[/TD]
[TD]12344[/TD]
[TD]100[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]2/1/2019[/TD]
[TD]12344[/TD]
[TD]100[/TD]
[TD]200[/TD]
[/TR]
</tbody>[/TABLE]
5/1/2019 12356 200. 500
5/1/2019. 12356 100. 500
5/1/2019. 12356. 200. 500
Thanks for your time and help.