T Todd Feb 10, 2004 #1 In an array with multiple occurances of any value, is there a way to find the number of occurances of the largest value? tia
In an array with multiple occurances of any value, is there a way to find the number of occurances of the largest value? tia
T Todd Feb 10, 2004 #4 Sorry, I wasn't specific enough. I am using an array like this: Dim aTableSetValue(1 To 1000, 1 To 1000) as variant
Sorry, I wasn't specific enough. I am using an array like this: Dim aTableSetValue(1 To 1000, 1 To 1000) as variant
A Alan Beban Feb 11, 2004 #5 If the functions in the freely downloadable file at http://home.pacbell.net/beban are available to your workbook NumMax = ArrayCountIf(aTableSetValue, Application.Max(aTableSetValue)) Alan Beban
If the functions in the freely downloadable file at http://home.pacbell.net/beban are available to your workbook NumMax = ArrayCountIf(aTableSetValue, Application.Max(aTableSetValue)) Alan Beban