Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does anyone know of a function which allows you to track the maximum count of
items in an array? Lets say I have an array with repeating data (See below). I want to be able to track which item occurs the most # of times. The answer below would be 3 occurences of the letter "a". I know I could buld a loop which tests each items against the data set and use a counter and temp variable to track and store the Max# of occurences. But is there a combination of functions that would do the same? TheArray(0) = "a" TheArray(1) = "b" TheArray(2) = "a" TheArray(3) = "c" TheArray(4) = "c" TheArray(5) = "d" TheArray(6) = "a" Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Track Max of Matches across 2 columns in 2D Array | Excel Programming | |||
Referencing a row with a maximum value array? | Excel Programming | |||
Count occurences in array with condition | Excel Worksheet Functions | |||
VB Newbie - Counting occurences in array | Excel Programming | |||
Can you identify the maximum value in an array? | Excel Programming |