Excel help.
December 27, 2006 1:12 PM   RSS feed for this thread Subscribe

Excel question: I'm looking to pull a months and years worth of spreadsheet information to a summary report. The days work is saved as reportxxxxxx (month/day/year)

Rather than opening all files, I would like excel to look up the information on the summary and extract a time or comment column from the day's reportxxxxxx. All reports are stored in a common folder but some are missing. At some points during the past two years, new information has been added and some deleted, making a specific cell lookup pulling incorrect information. Suggestions welcome.
posted by brent to computers & internet (4 comments total)
Get an intern to normalize the data into a database, and stop storing important business logic in Excel.
posted by SirStan at 1:17 PM on December 27, 2006


If there's a particular label for the row you want - like "total" or "time" - then you can use match-index to do this.
posted by milkrate at 1:25 PM on December 27, 2006


for stuff like this, i use VBScript with the Excel Automation functions/object (built-in to Windows/Office).

But SirStan has it right; DATABASE DATABASE DATABASE!
posted by chota at 7:15 PM on December 27, 2006


If you have Access it makes it pretty easy to convert Excel into a database. Oh, and quit putting that kind of stuff in a spreadsheet!!!! (Forgive me, huge pet peeve)
posted by Carbolic at 9:11 AM on December 28, 2006


« Older I'm looking for ideas or sugge...   |   Christmas Money: I just got a ... Newer »
This thread is closed to new comments.


Related Questions
My knowledge of Excel has not served me well... July 2, 2008
Excel N00b July 4, 2007
excel macro n00b July 2, 2007
Excel formula question January 16, 2007
orthogonality isn't a SQL know-it-all after all,... October 21, 2006