+ Reply to Thread
Results 1 to 3 of 3

Cell calcs taking AGES on pactice World Cup spreadsheet

  1. #1
    Registered User
    Join Date
    09-29-2013
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    12

    Cell calcs taking AGES on pactice World Cup spreadsheet

    Hi,

    Thought I'd try improve my v. basic Excel skills by doing a WC2014 Spreadsheet.
    I have a quad core processor but it takes about 10seconds to calculate the cells!!
    I assume this is down to noobish / naive programming?
    Any advice appreciated.

    Thanks, Ben.
    Attached Files Attached Files
    Last edited by ExcelShadow; 06-06-2014 at 11:23 AM.

  2. #2
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Cell calcs taking AGES on pactice World Cup spreadsheet

    Looks pretty good - no obvious errors.
    However, it takes less than a second on my system, so any changes I tried, I could not detect any real change (didn't feel like creating a macro to time the calculations). Some thoughts (no guarantees if these help):
    Use SUMIF instead of SUMIFS - probably no difference, but SUMIF should have an 'easier' algorithm, and thus may be faster.
    As for your Q column, I believe the SUMPRODUCTs are slowing you down. Any reason Q4 (and the equations below it) can't just be:
    =SUM(R4:T4)
    ???
    Last edited by Pauleyb; 06-06-2014 at 02:47 PM.
    Pauley
    --------
    If I helped with your issue, I'd appreciate a rep bump (hit the '*' icon to the bottom left of this post).

  3. #3
    Forum Contributor
    Join Date
    01-25-2014
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    434

    Re: Cell calcs taking AGES on pactice World Cup spreadsheet

    Pauleyb is correct, the problem is in column Q

    avoid using entire column referencing like E:E, F:F

    however, it appears to be coping quite well when using entire columns using SUMIFS for GF and GA, so no point in changing these formulas

    must just be a SUMPRODUCT issue

    Please Login or Register  to view this content.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Excel 2007 : Converting text to number is taking ages
    By Ruedebeuk in forum Excel General
    Replies: 18
    Last Post: 07-17-2018, 12:14 PM
  2. World Cup Spreadsheet
    By simonthemilkman in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-01-2014, 06:17 AM
  3. [SOLVED] Filling a cell by taking data from the spreadsheet name
    By cafc_fuller in forum Excel Formulas & Functions
    Replies: 21
    Last Post: 11-14-2012, 07:19 AM
  4. World cup spreadsheet help
    By devonpie in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-08-2006, 05:30 PM
  5. Taking age group Ie ages 20-29 and picking out net sales for group
    By viabello in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-24-2006, 11:25 PM

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