count and lookup

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a list of customers IDs and want to lookup the top customer from that
list.

For example in column B:

Customer ID
122
432
444
122
987
432
122
987
122

I need a function that will be able to lookup and give me the customer ID
that shows up the most, in this example its Customer ID: 122. Thanks.
 
That is just

=MODE(A2:A20)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Back
Top