Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 90
Default Second highest frequency

Dear sir,
I have a series of number from A1:H1 (7,3,7,1,6,8,3,7). I need an Excel
formular to describe the phenomenon of this particular series number: the
frequency.

If I want to to know the highest frequency number, the formula of MODE can
give me the answer which is 7. However, I also need an formular which can
give me answer: 3, because 3 appears two times in the series. The formular
MODE only will give me the highest frequent number, that is 7. So, I don't
know is there any formular can detect the second highest frequent number.

Please advice.
Wilchong

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...l-new/200903/1

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default Second highest frequency

It depends on exactly what you want. If you want *only* modal frequencies:

Try this:

For the 2nd mode try this array formula** :

=MODE(IF(A1:H1<MODE(A1:H1),A1:H1))

If there isn't a 2nd mode you'll get a #N/A error.

For all modes and non-modals try this:

A3 = your MODE(...) formula

Enter this array formula** in A4 and copy down until you get #N/A errors:

=MODE(IF(COUNTIF(A$3:A3,A$1:H$1)=0,A$1:H$1+{0;0}))

Also assuming no empty cells within your range A1:H1.

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT
key then hit ENTER.


--
Biff
Microsoft Excel MVP


"wilchong via OfficeKB.com" <u43231@uwe wrote in message
news:9325b01bce83c@uwe...
Dear sir,
I have a series of number from A1:H1 (7,3,7,1,6,8,3,7). I need an Excel
formular to describe the phenomenon of this particular series number: the
frequency.

If I want to to know the highest frequency number, the formula of MODE can
give me the answer which is 7. However, I also need an formular which can
give me answer: 3, because 3 appears two times in the series. The
formular
MODE only will give me the highest frequent number, that is 7. So, I
don't
know is there any formular can detect the second highest frequent number.

Please advice.
Wilchong

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...l-new/200903/1



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
Highest, Second Highest , Third Highest and so on gkb Excel Discussion (Misc queries) 3 December 7th 06 12:14 PM
Display the Highest, Second Highest, Third Highest and so on... gkb Excel Discussion (Misc queries) 7 December 1st 06 10:45 PM
2 rows, highest No in row 1, then highest number in row 2 relating to that column, possible duplicates John Excel Worksheet Functions 3 August 11th 06 04:34 AM
second highest value Pivotrend Excel Discussion (Misc queries) 6 February 21st 06 07:12 PM
histograms - frequency and relative frequency? confusedstudent Excel Discussion (Misc queries) 2 February 8th 06 08:20 AM


All times are GMT +1. The time now is 11:50 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"