Find the most frequent date

M

MarkN

Hello,

I have a list where column A is numbers. Each number occurs many times in
the list. Column B contains dates corresponding to the number in column A.

20 1/1/01
20 1/1/01
20 3/5/04

Once the list is sorted by number, I need to find that number's most
frequently occurring date. In the example above, number 20 would return
1/1/01.
 
F

Franz Verga

Nel post *MarkN* ha scritto:
I have solved the above problem.

Would you please say how?

--
(I'm not sure of names of menues, option and commands, because
translating from the Italian version of Excel...)

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy
 
M

MarkN

Hi Franz,

I used an array function =MAX(IF($A$2:$A$11=F2,B$2:B$11)) where A2:A11
contains the number to find, F2 is the number to find and B2:B11 contains the
'max' date. I am sure that there are other ways but it works...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top