Software Asset Overview Macro

sleepy99

New Member
Joined
Sep 18, 2015
Messages
1
Hi guys,
I am creating a Software Asset overview in excel for the directors of our business so they can see what software we have and what computers it has been installed on. They want to have a big piece of paper that they can print off and get the 'big picture' overview. I have managed to get two reports about the software, and I would like to somehow merge the relevant information to give this overview.

So the first report I have is a list of the asset name, software name, software ID. As you can imagine, a single computer may have a lot of software installed, so this report has about 12,000 rows, looking something like this:
Sheet 1:
asset 1 | software 1 | version 1
asset 1 | software 2 | version 1
asset 1 | software 3 | version 1
asset 1 | software 4 | version 1
asset 2 | software 1 | version 1
asset 2 | software 2 | version 1
asset 2 | software 3 | version 1
asset 2 | software 4 | version 1
And so on...

The second report I have lists the software name, softwareID, publisher, and count of how many times it is installed on a device within our network.
Sheet 2:
Software 1 | Version 1 | Publisher 1 | Count: 120
Software 2 | Version 1 | Publisher 2 | Count: 39
etc...

What I need to do is copy the asset name from Sheet 1 whenever the software name in sheet 2 matches a software name in sheet 1, column 2. So, as an example, if sheet 2 has this row:
Software | Version | Publisher | Count
Dropbox | 3.8.8 | Dropbox, Inc. | 50
Then I would like to search the software column in sheet 1 and copy the computer name (Cell A) to sheet 2 every time Dropbox is listed. The real trick is that there may be 50 computers that match this criteria, and I would like them to be appended in the asset column so that sheet 2 eventually looks like this:
Software | Version | Publisher | Count | Assets
Dropbox | 3.8.8 | Dropbox, Inc. | 50 | PC1, PC2, PC3, PC4, etc

I hope my query is understandable. I am happy to answer any questions that may make it clearer.
Thanks guys!
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.

Forum statistics

Threads
1,215,089
Messages
6,123,058
Members
449,091
Latest member
ikke

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