Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Number of occurances of the larges value in an array?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Number of occurances of the larges value in an array?

is this a single or multi dimensional arra

--
Message posted from http://www.ExcelForum.com

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Number of occurances of the larges value in an array?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Number of occurances of the larges value in an array?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 171
Default Number of occurances of the larges value in an array?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
help w/ sorting by number of occurances... kmik Excel Discussion (Misc queries) 2 March 17th 09 05:45 AM
Count occurances of equal values in two col. - array within SUMPRO John_J Excel Worksheet Functions 5 September 30th 08 02:19 PM
countif formula to find the occurances of a number that is greater than one number but less than another steveo Excel Discussion (Misc queries) 3 July 8th 06 02:04 AM
chart the number of occurances kemel Charts and Charting in Excel 1 July 3rd 06 05:10 PM
can i calculate the number of occurances of a partucular value? sruth Excel Worksheet Functions 3 June 19th 06 08:32 AM


All times are GMT +1. The time now is 07:38 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"