Results 1 to 10 of 10

Speed up max if array

Threaded 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. #5
    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,

    There are a couple of ways to get it back into column C, but I was hoping that a summary table alone would be sufficient. Out of interest, is there a particular reason you need to put the max back in your 25,000 row table?

    Honestly, I haven't tested the efficiency of the different approaches, but the first effort I would make would be to use the GETPIVOTDATA() function. I'll be interested to hear how it performs for you on that large data set.

    Once your pivot table is set up to return the Max of Value for each unique ID (row field), the formula in column C2 would be something like:
    =GETPIVOTDATA("Max of Value",$G$5,$A$1,A2)
    Where G5 is any cell in the pivot table. I hope it performs better than the array formula.
    Last edited by Colin Legg; 03-01-2011 at 06:09 PM.

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