Please forgive the vague subject line. I couldn't think of anything better.
I am tasked with creating an inventory database. I have to track hardware, as well as software installed on each machine. The hardware part is easy enough, I am running into trouble with the software.
I have been given data to go off of. The spreadsheet has only one column listing all of the software for each machine. At the most, there are 200 entries separated by line breaks. I was able to separate the longest line of software entries, so now I can put one entry into a spreadsheet cell.
I have created a new spreadsheet as follows.
A1: device name B1-PV1: possible software entries.
A2: device name B2-PV2: possible software entries.
A3: device name B3-PV3: possible software entries.
What I want to do is create a subdatasheet listing all of the software for each machine. I have been told dlookup can accomplish this, but I would prefer to extract the software applications from this one spreadsheet field make each application its own record rather than some huge string of text. Once I do that, then I feel comfortable proceeding with dlookup, a function I am unfamiliar with.
What is the best way for a newbie to accomplish this?