+ Reply to Thread
Results 1 to 3 of 3

Make formulas simpler

  1. #1
    Registered User
    Join Date
    03-11-2014
    Location
    Oslo, Norway
    MS-Off Ver
    Excel 2013
    Posts
    12

    Make formulas simpler

    I have about 150 cells With this formula. It seems this makes Excel use a lot of processor Power to calculate. Is there anyway to make it simpler? I mean, is it possible to split it ut and use another spreadsheet to make a partial calculation. Would that help?

    =SUM(IF(FREQUENCY(IF('Timer spørring ekstern'!$W:$W=B1,MATCH('Timer spørring ekstern'!$C:$C,'Timer spørring ekstern'!$C:$C,0)),ROW('Timer spørring ekstern'!$C:$C)-MIN(ROW('Timer spørring ekstern'!$C:$C))+1),1))

  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,946

    Re: Make formulas simpler

    1 thing you could do to help speed things up is to remove the (entire) column ref ($W:$W) and replace with the actuyal range you need? You mention 150 cells, so I will assume you have 150 rows...

    =SUM(IF(FREQUENCY(IF('Timer spørring ekstern'!$W$1:$W$200=B1,MATCH('Timer spørring ekstern'!$C$1:$C$200,'Timer spørring ekstern'!$C$1:$C$200,0)),ROW('Timer spørring ekstern'!$C$1:$$C200)-MIN(ROW('Timer spørring ekstern'!$C$1:$C$200))+1),1))
    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
    Registered User
    Join Date
    03-11-2014
    Location
    Oslo, Norway
    MS-Off Ver
    Excel 2013
    Posts
    12

    Re: Make formulas simpler

    Thanks! that helped

+ 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. Replies: 0
    Last Post: 09-29-2013, 04:50 AM
  2. Replies: 1
    Last Post: 01-16-2013, 02:38 AM
  3. Help make this simpler (if statements)
    By harmbasi in forum Excel General
    Replies: 3
    Last Post: 04-13-2012, 02:58 PM
  4. Need to make things simpler
    By hshayh0rn in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-13-2006, 11:45 AM
  5. How can I make this simpler?
    By Sethaholic in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-13-2005, 04:05 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