The Doctor
Member
So I've got a workbook that's big and slow it's generally somewhere between 75 - 100 Mb. It contains inventory transaction data for a rolling 3 years which populates from linked tables that have half a million or more lines each.
These tables have been pivoted, then summaries are done by VLOOKUPs to the pivot tables.
Obviously, INDEX(MATCH works faster than VLOOKUP, but would SUMIF or SUMPRODUCT work faster straight to the source data than pivoting all that data to begin with?
Would also need to run some MIN MAX functions on the source as well.
This sheet works so slowly that I have to set formula calculations to manual, and when I do refresh the sheet I go get a cup of coffee and read Chandoo.org while I wait for it to process, it's killing my productivity.
Thanks Ninjas,
The Doctor
These tables have been pivoted, then summaries are done by VLOOKUPs to the pivot tables.
Obviously, INDEX(MATCH works faster than VLOOKUP, but would SUMIF or SUMPRODUCT work faster straight to the source data than pivoting all that data to begin with?
Would also need to run some MIN MAX functions on the source as well.
This sheet works so slowly that I have to set formula calculations to manual, and when I do refresh the sheet I go get a cup of coffee and read Chandoo.org while I wait for it to process, it's killing my productivity.
Thanks Ninjas,
The Doctor