+ Reply to Thread
Results 1 to 2 of 2

Anyway to make Big file size and slow file small and faster

  1. #1
    Forum Contributor
    Join Date
    10-03-2005
    Posts
    185

    Anyway to make Big file size and slow file small and faster

    I am using the formula below in one of the excel sheet. Basically it takes two tables (or sheets) and matches 3 criteria and multiplies the two values. Problem is I have to do this for about 100 columns and 30000 rows. So thats total of 3 million formulae that are calculated anytime I make any change and makes the file size huge. Does anyone have a better solution for doing this same thing that would make it faster and smaller file size?


    ='[File_v1.xls]Page1-1'!E5*SUMPRODUCT(ISNUMBER(MATCH(Ratios!$A$3:$A$62,$D4,0))*ISNUMBER(MATCH(Ratios!$B$1:$K$1,$E4,0))*ISNUMBER(MATCH(Ratios!$B$2:$K$2,$B4,0)),Ratios!$B$3:$K$62)

    Thank you,
    Jay
    Last edited by sa02000; 04-10-2009 at 12:28 PM.

  2. #2
    Registered User
    Join Date
    03-16-2009
    Location
    Your mom's basement
    MS-Off Ver
    Excel 2003
    Posts
    26

    Re: Anyway to make Big file size and slow file small and faster

    You could turn off 'auto calcutate' by going to the Tools -> Options -> Calculation menu. Set calculation to manual. This way, it will only update all of the calculations when you press F9.

    For your matching, are you looking at the same values for each row?

    If you are using the same match value, then rather than performing a search with the match command for every cell, put this in some other cell, then place a reference to that cell in it's place.

    Please Login or Register  to view this content.
    So, calculate once, reuse the answer for all. This won't work if the range or value you're searching changes.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1