Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In an array with multiple occurances of any value, is there a way to
find the number of occurances of the largest value? tia |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If this is an array of cells (a range)
=COUNTIF(A1:C7,MAX(A1:C7)) -- Regards, Tom Ogilvy wrote in message ... In an array with multiple occurances of any value, is there a way to find the number of occurances of the largest value? tia |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry, I wasn't specific enough.
I am using an array like this: Dim aTableSetValue(1 To 1000, 1 To 1000) as variant On Mon, 09 Feb 2004 20:40:57 -0500, wrote: In an array with multiple occurances of any value, is there a way to find the number of occurances of the largest value? tia |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 wrote: Sorry, I wasn't specific enough. I am using an array like this: Dim aTableSetValue(1 To 1000, 1 To 1000) as variant On Mon, 09 Feb 2004 20:40:57 -0500, wrote: In an array with multiple occurances of any value, is there a way to find the number of occurances of the largest value? tia |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
help w/ sorting by number of occurances... | Excel Discussion (Misc queries) | |||
Count occurances of equal values in two col. - array within SUMPRO | Excel Worksheet Functions | |||
countif formula to find the occurances of a number that is greater than one number but less than another | Excel Discussion (Misc queries) | |||
chart the number of occurances | Charts and Charting in Excel | |||
can i calculate the number of occurances of a partucular value? | Excel Worksheet Functions |