Results 1 to 6 of 6

Most common string in column with an exception

Threaded View

  1. #1
    Registered User
    Join Date
    09-16-2008
    Location
    Ottawa, Canada
    Posts
    29

    Most common string in column with an exception

    I am trying to find the most common string in a column but I need to ignore a certain value.

    I found this formula in another thread and it works great for it's intended purpose but I need to modify it to ignore 0's.

    =INDEX(A2:A10,MODE(MATCH(A2:A10,A2:A10,0)))


    Example Data:

    john
    mary
    john
    0
    0
    mary
    bill
    john
    0
    0


    The result should be john not 0. Is this possible?

    Any help is greatly appreciate.

    Thanks
    Rob
    Last edited by Bytor47; 04-11-2013 at 07:48 AM. Reason: mark as solved

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1