Converting Excel spreadsheet with formulae to Access database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We currently use an Excel spreadsheet at work which includes a number of
VLOOKUP and SUM formulae. I'd like to create a Microsoft Access database from
this spreadsheet - is there a way of retaining or replicating these formulae
in Access? (I do not want to simply link the spreadsheet to Access as this
won't speed up access to the data)
Thanks,
Andy
 
Andy,

Normally calculations (such as cells with formulas) aren't stored in tables. They're
redundant, and when the data changes, then they're old. Calculations, when needed, are
usually performed in the output (queries and reports). Access has many functions, similar
to those of Excel. The VLOOKUP may well need to be replaced by related tables.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top