When I moved to Office 2010, I opted not to include Access because I had only one application: a database of my CD music collection. I imported by Access database file into Excel and except for losing the pretty data entry forms, the new “table” function of Excel works great for this fairly simple database. The new CD collection workbook consists of two worksheets: the first sheet (I’ll call it the “CD” sheet) contains many columns with all the pertinent information from each CD (title, performer, label, etc.). Most importantly for this discussion, each row on the “CD” sheet contains the unique catalog number (“primary key” in database speak) for that CD. The second sheet (I’ll refer to that as the “song” sheet) consists of two columns: one for all of the song titles from all the CDs and a second column with the catalog number of the CD on which that song resides. Note: this collection is primarily jazz and classical, so the same song title can occur on many different CDs.
Now that this database is in spreadsheet form, what I would like to do is add a third column on the “song” sheet which includes the actual CD title, not just the CD’s catalog number. I thought it would be easy to use Excel’s “Lookup” function to take the CD catalog number from the “song” sheet, cross-reference that number with the catalog numbers on the “CD” sheet, and then copy the CD title onto the “song” sheet. I’ve tried most every combination of arguments in the “Lookup” (and related) function and haven’t been able to automatically add the CD title associated with each song title, based on the unique catalog number.
Any ideas?