View Single Post
 
Old 06-19-2011, 03:28 AM
Colin Legg's Avatar
Colin Legg Colin Legg is offline Windows 7 32bit Office 2010 32bit
Expert
 
Join Date: Jan 2011
Location: UK
Posts: 369
Colin Legg will become famous soon enough
Default

Hi,

Yes, both Excel and Access can do this quite nicely. If you have a lot of data or you are more familiar with Access, then it would be worth putting it into Access. Access can return the results by using a simple query against the table.

If you're going to do it in Excel then putting each ingredient into it's own cell (rather than comma separated) would make things much easier. To return a list of associated IDs you could use the Advanced Filter (manually). If you want to automate the Advanced Filter then you would need to write some VBA code.
Reply With Quote