+ Reply to Thread
Results 1 to 10 of 10

Speed up max if array

Hybrid View

reddwarf Speed up max if array 03-01-2011, 04:19 PM
sailepaty Re: Speed up max if array 03-01-2011, 05:12 PM
Colin Legg Re: Speed up max if array 03-01-2011, 05:18 PM
reddwarf Re: Speed up max if array 03-01-2011, 05:46 PM
Colin Legg Re: Speed up max if array 03-01-2011, 06:06 PM
reddwarf Re: Speed up max if array 03-02-2011, 05:10 AM
Colin Legg Re: Speed up max if array 03-02-2011, 05:36 AM
reddwarf Re: Speed up max if array 03-02-2011, 06:20 AM
Colin Legg Re: Speed up max if array 03-02-2011, 07:46 AM
reddwarf Re: Speed up max if array 03-02-2011, 08:20 AM
  1. #1
    Forum Expert Colin Legg's Avatar
    Join Date
    03-30-2008
    Location
    UK
    MS-Off Ver
    365
    Posts
    1,256

    Re: Speed up max if array

    Hi,

    If it performs reasonably then you can further optimise it if your IDs are sorted in column A (as shown in the attachment).

    This formula:
    =GETPIVOTDATA("Max of Value",$G$5,$A$1,A2)
    would become:
    =IF(A2=A1,C1,GETPIVOTDATA("Max of Value",$G$5,$A$1,A2))
    This effectively means that GETPIVOTDATA() is only called once per ID.
    Attached Files Attached Files
    Hope that helps,

    Colin

    RAD Excel Blog

+ 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