+ Reply to Thread
Results 1 to 5 of 5

Analyzing Large Amounts of Data

  1. #1
    Registered User
    Join Date
    07-22-2008
    Location
    auburn
    Posts
    74

    Analyzing Large Amounts of Data

    I use excel for a lot of sports statistics and tracking. It's great for ease of calculation via sumifs and other functions but I find myself constantly running into a problem when it comes to calculation time. If I'm performing calculations on say 20,000 rows of data and I have rows referencing other rows I quickly get into a situation where the spreadsheet is unmanageable... it simply can not complete the desired calculations and gives me a "resources not available" error. I cringe at having to learn something new but I am open to suggestions is anyone has any in terms of where I should go from here... would storing the data in a database help at all or is there any other viable options or workarounds? Thanks.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Analyzing Large Amounts of Data

    if you are performing the same calcs on "old" data, and the answers wont ever change, what i have done inthe paste with that situation, is to value those formulas.

    Also, check if you have any array formulas that use entire rows or columns, as these become very resource intensive, as does conditional formatting over a wide range of cells.

    Another option is to have 1 file as a data file, and create another file as a "summary" file

    try thos suggestions and let me know how you make out?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Analyzing Large Amounts of Data

    What are you doing when you get the error? Are you copying or filtering data? If so try putting the Excel App into Manual calculation mode first and only calculate after the process.

    What sorts of formula are you using? If you have lots of array formula it's possible these are taking lots of resource. What version of Excel do you have? (Incidentally when you get a moment would you add that information to your profile so that it shows in the post) It's useful to know since there are be more friendly SUMIFS & COUNTIFS formulae available in XL 2007-->
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  4. #4
    Registered User
    Join Date
    07-22-2008
    Location
    auburn
    Posts
    74

    Re: Analyzing Large Amounts of Data

    Doing a bunch of sumifs which I believe are efficient formulas in that there's little to no difference between say sumif(a2:a20000, c1, b2:b2000) and (a:a, a1, b:b). Please correct me if I am mistaken on that however.

    Going to paste over some of the sumifs who's values don't change and also set it to manual calculation mode and see if that helps. Having big problems using the percentile formula... very slow.

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Analyzing Large Amounts of Data

    as a test, make a copy of the file, and then play with that, changing formulas and stuff to see if any of the above suggestions make a difference?

+ 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