I receive a monthly report of a network scan that contains patch requirements for random computers on a network.
I want to use these individual monthly reports and compare them to each other to determine repeated instances of a patch appearing in the scan (patch not installed).
I have worked with Pivot Tables in the past but this one is beyond my skills. I've seen suggestions to consolidate the date and create a pivot table based on the consolidation and/or create a VBA to run a SQL Union on the multple files.
Anyone have other ideas or a idiots guide to performing the steps above?
An example would be:
File One:
computer 1, Patch1
computer 1, Patch2
computer 1, Patch3
computer 2, Patch2
computer 2, Patch3
comptuer 2, Patch4
File Two:
computer 1, Patch2
computer 1, Patch3
computer 1, Patch4
computer 2, Patch2
computer 2, Patch3
comptuer 2, Patch5
Output:
Computer 1, Patch2
Computer 1, Patch3
Computer 2, Patch2
Computer 2, Patch3
Bookmarks