sql

N

Nader

Hello,

I have a big excel sheet (more than 50Mb) and I need to get data out of this
big file as fast as I can. At the moment, I use the function index with
match but it's taking a lot of time.

Is there any other way thru vba or else to get the data alot more faster?

Thanks in advance.

Nader
 
T

Tom Ogilvy

If the workbook is fairly static, it might be better to open the workbook and
pull the data either through code or with formulas (and then replace the
formulas with the values returned). I will often leave a linking formula
like this in row 2 of a Table and replace the other formulas with their
values. Then when it is time to update, I double click on square block on
the lower right edge of that cell with the formula when it is selected and
this fills the formula down. Then again, replace these with values).
 
N

Nader

Thanks a lot Tushar.

But I wasn't sure If I could use SQL queries in Excel. Anyway, is it faster
to use sql than index & match ?

Thanks in advance.
 

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

Top