How to search multiple files?
May 4, 2007 10:24 AM
Subscribe
I have a list of several thousand serial numbers in an excel file. Each of these serial numbers is located in another excel file in a seperate folder on my computer. Is there any program/method of finding which file each serial number was originally in?
Is there an easy way to do this without typing each serial number into the windows search feature? For example, my list might say:
Serial1
Serial2
Serial3
I would like to know:
Serial1 - spreadsheet4.xls
Serial2 - spreadsheet7.xls
Serial3 - spreadsheet2.xls
posted by Ramithorn to computers & internet (9 comments total)
I'm not sure if there's a tool that does what you're after, so the only other thought I have that might speed things up is converting the files to CSV format and using a grep-like equivalent for windows on them.
posted by twiggy at 10:36 AM on May 4, 2007