+ Reply to Thread
Results 1 to 2 of 2

Calculation process for expanding data rows

  1. #1
    Forum Contributor
    Join Date
    06-18-2012
    Location
    Kuching, SARAWAK
    MS-Off Ver
    Excel 2010
    Posts
    116

    Calculation process for expanding data rows

    Hi All,

    The formula below works just great for me but the calculation will not move at all when the data rows is more than 1k. Can somebody help to amend the below code to allow me to have what I need regardless the data rows, please? This formula is actually calculates number of staff who access the same system on the same date. Please take note, the dates are not in chronological manner and not possible to change because it will impact other formula's output if done so. I supposed that would be one of the factors why the calculation will take longer than it should but still possible as long as less than 1k.

    with Ctrl+Shift+Enter
    =IF($J49="","",SUM(IFERROR(SIGN(LEN($J$2:$J$439))/COUNTIFS($J$2:$J$439,$J$2:$J$439&"",$U$2:$U$439,$U$2:$U$439,$U$2:$U$439,$U49),0)))

    Or if anyone can advise me other mechanisms (other than manual count) then am open for suggestions.

    Thank you in advance.

    DZ

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,623

    Re: Calculation process for expanding data rows

    Such formulas usually work quicker, when not done in one pass, but splitted into shorter non-array formulas calculated in some (may be hidden) helper columns. Try this approach.

    Other idea could be to use a macro, which will result in additional benefit of not being recalculated every time anything changes in a sheet, but only per request.
    Best Regards,

    Kaper

+ 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. How to speed up formula calculation process
    By snuffnchess in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-04-2015, 12:19 PM
  2. [SOLVED] Excel Calculation Process Problem
    By ofd2008 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-01-2014, 03:15 PM
  3. Re: Pivot Tables,Sliders, blank rows and expanding source data help
    By Jaime1234 in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 09-09-2013, 12:06 PM
  4. Expanding rows based on amount of data
    By bremen22 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-13-2013, 10:53 PM
  5. expanding data to multible rows
    By aquasport in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-06-2013, 04:06 PM
  6. Excel 2007 : Calculation Process
    By malnahar in forum Excel General
    Replies: 3
    Last Post: 03-11-2011, 08:17 PM
  7. Replies: 2
    Last Post: 07-10-2005, 03:05 PM

Tags for this Thread

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