+ Reply to Thread
Results 1 to 3 of 3

How to display values that occur multiple times

Hybrid View

  1. #1
    Registered User
    Join Date
    07-03-2009
    Location
    Lincoln, Delaware
    MS-Off Ver
    Excel 2007
    Posts
    1

    How to display values that occur multiple times

    I've been asked to identify users have logged in to a report system three
    or more times a day.

    I can capture the logon info and put in a s/s. How would I filter the results to display only client names that appear in the data 3 or more times ?

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,040

    Re: How to display values that occur multiple times

    Can you check my post here? Maybe this is what you looking for...
    (I didn't solve his porblems but I might solve yours )

    http://www.excelforum.com/excel-gene...me-period.html

    Also, check other solutions, you might find somenthing usefull...
    Never use Merged Cells in Excel

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: How to display values that occur multiple times

    if its only dates (not dates and times)
    assuming header row is row 1 and dates in col a names in col b
    in c2 put =SUMPRODUCT(--($A$1:$A$45=A2),--($B$1:$B$45=B2))>2
    and drag down
    you will get true/false
    use auto filter on true
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ Reply to Thread

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