Excel Macro - Can this be done ?

  • Thread starter Thread starter Thor
  • Start date Start date
T

Thor

Hello all. I have a question about excel macros. This is a bit more
complex than the average. I want develope a macro that is linked to
another spreadsheet that then links to a like field and then performs
a calculation. Currently I am importing the files in to MS Access and
then creating a relationship and exporting a combined file, then
performing a calculation. Is thier any hope ?
 
Sounds like it could be done using worksheet functions and wouldn't need an
macro.
 
Workbook Functions that would probably do this are a combination of any of the
following (Not an exclusive list by any means):-

SUMPRODUCT()
VLOOKUP()
INDEX()
MATCH()
OFFSET()

Post more details and you will get more detailed responses.
 

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