View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.datamap,microsoft.public.excel.programming,microsoft.public.excel
Rob Rob is offline
external usenet poster
 
Posts: 718
Default database to store data entered from a spreadsheet?

Hi Dan,

You can very easily import excel data in Access if you have it.
Open Access, open a new db, right click on an empty area, choose Import,
change the 'Files of Type' to xls and path to your excel files. The wizard
will walk you through the rest.
Good place to start.

OK
R


"Dan B" wrote:

Hi,
I'm looking for a little direction....
I have about 6 different spreadsheets that people enter data into. The
layout of the spreadsheets are identical. They each have one worksheet per
month on the year and then a summary page. Survey results and statistical
information are entered into these spreadsheets by different people.

What I would like to do is to able to summarize each monthly worksheet and
each summary sheet from all six spreadsheets (separate files). I know I
could link the six sheets to a new summary sheet, but that would be
cumbersome due to the number of items being entered in.

Is there a better way....like having each of those sheets dump into a
database? What is the best way to accomplish this and where is a good place
to read up on how to do it?

Thanks!

Dan