Excel - Concatenate fields through Vlookup...or something
June 9, 2006 12:17 PM
Subscribe
Excel Filter: Concatenating fields through VLOOKUP. Is it possible? What I'm trying to accomplish inside...
I have two Worksheets in my Excel Workbook, DETAILS and APPS. DETAILS is an export from a discovery application containing the software installed on each computer. It looks something like this:
A B C D
Serial# User Location Title
123456 Smith, John Cleveland Adobe Photoshop
123456 Smith, John Cleveland Microsoft Project
123456 Smith, John Cleveland Adobe Standard
123456 Smith, John Cleveland SigmaPlot
234567 Doe, Jane Chicago SigmaScan
234567 Doe, Jane Chicago Lotus Notes
345678 Williams, Ted Cleveland Microsoft Visio
456789 Ruth, Babe Atlanta Microsoft Project
456789 Ruth, Babe Atlanta Adobe Photoshop
By some magic use of the VLOOKUP, CONCATENATE, and IF statements (and/or whatever else needs to be used to get me there) I would like to populate my APPS worksheet. My goal is to list the unique serial #'s and then create a "Title" column which concatenates the "Title" field corepsonding to the "Serial#" field from the DETAILS worksheet. I see it looking soemthing like this:
A B
Serial# Title
123456 Adobe Photoshop;Microsoft Project;Adobe Standard;SigmaPlot
234567 SigmaScan;Lotus Notes
345678 Microsoft Visio
456789 Microsoft Project;Adobe Photoshop
Does this make sense? Is it possible? Is there an easier way? My end goal is to be able to bring the "Title" fields from the APPS worksheet into an MS Word Mail Merge, so I'm open to hearing other suggestions that would accomplish my end goal. Any help would be greatly appreciated.
posted by bwilms to computers & internet (10 comments total)
posted by Kwantsar at 12:31 PM on June 9, 2006