Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bpc bpc is offline
external usenet poster
 
Posts: 13
Default Determine Most/Least Frequent Date from List

I have a list of events (Column A) and dates of events (Column B). I would
like to determine the most frequent and least frequent dates from the list.
No VBA please.

My current partial solution includes a pivot table in an adjacent worksheet
(sorted in descending order) which performs a count of the dates. I then
reference the "top cell" of the pivot table to determine the maximum date as
this cell location does not change. How can I reference lowest or bottom
number as that cell reference will regularly change?
Or, am I making this far to difficult?
Thanks in advance,
BPC


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Determine Most/Least Frequent Date from List

Hi,


=MODE(A1:A20)
will find the most frequent date

How can I reference lowest or bottom
number as that cell reference will regularly change?
Or, am I making this far to difficult?


Not too difficult but not clear exaclty what you want.

Mike

"bpc" wrote:

I have a list of events (Column A) and dates of events (Column B). I would
like to determine the most frequent and least frequent dates from the list.
No VBA please.

My current partial solution includes a pivot table in an adjacent worksheet
(sorted in descending order) which performs a count of the dates. I then
reference the "top cell" of the pivot table to determine the maximum date as
this cell location does not change. How can I reference lowest or bottom
number as that cell reference will regularly change?
Or, am I making this far to difficult?
Thanks in advance,
BPC


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bpc bpc is offline
external usenet poster
 
Posts: 13
Default Determine Most/Least Frequent Date from List

Mike,

Thanks, the mode function (inserted in C1) will work, for the date
(01/01/09) with the highest number off calls. Now I am looking for a
calculation for c2 to return the date with the lowest number of calls
(01/05/09 in my example).
A B C
001 01/01/09 Day w/ highest number of calls
002 01/01/09 Day w/ lowest number of calls
003 01/03/09
004 01/03/09
005 01/05/09

Thanks,



"Mike H" wrote:

Hi,


=MODE(A1:A20)
will find the most frequent date

How can I reference lowest or bottom
number as that cell reference will regularly change?
Or, am I making this far to difficult?


Not too difficult but not clear exaclty what you want.

Mike

"bpc" wrote:

I have a list of events (Column A) and dates of events (Column B). I would
like to determine the most frequent and least frequent dates from the list.
No VBA please.

My current partial solution includes a pivot table in an adjacent worksheet
(sorted in descending order) which performs a count of the dates. I then
reference the "top cell" of the pivot table to determine the maximum date as
this cell location does not change. How can I reference lowest or bottom
number as that cell reference will regularly change?
Or, am I making this far to difficult?
Thanks in advance,
BPC


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
Find the most frequent date MarkN Excel Worksheet Functions 3 June 26th 06 01:15 AM
best method to determine "most frequent value" from a dynamic list broer konijn Excel Discussion (Misc queries) 1 June 20th 06 05:53 PM
Most frequent item in a list (excluding zeros) Andre Croteau Excel Discussion (Misc queries) 3 November 12th 05 06:58 PM
How to find the second most frequent number in a list? Sam Excel Worksheet Functions 0 March 25th 05 04:45 PM
List ? - How do I make information in one cell determine list to u Brad_A Excel Worksheet Functions 1 January 18th 05 04:10 PM


All times are GMT +1. The time now is 12:22 PM.

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"