+ Reply to Thread
Results 1 to 3 of 3

formula to know Repeated number

  1. #1
    Registered User
    Join Date
    07-30-2019
    Location
    Egypt
    MS-Off Ver
    2013
    Posts
    1

    formula to know Repeated number

    good evening ,
    i work to collect data for hospital analysis , and they want to know readmission data from excel sheet by using patient medical number
    if i have list of patient medical number in column
    like
    201064
    201741
    201967
    203146
    204050
    204533
    205356
    206522
    207745
    207984
    208260
    210314
    210494
    210734
    211896
    211896
    212105
    212218
    213081
    213081
    how can i know the medical number who repeated ?

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: formula to know Repeated number

    Hi and welcome
    perhaps try Conditional Formatting?

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: formula to know Repeated number

    assuming your data starts in cell A2 this formula will show duplicates... =IF(COUNTIF($A$2:A2,A2)>1,"duplicate","")
    or shortened to =COUNTIF($A$2:A2,A2) and any that are above 1 are duplicates.
    Though I think the conditional formatting recommended by Pepe is the better option.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Count the most repeated number
    By kuzna26 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-09-2013, 07:29 PM
  2. Excel 2007 : Phone Number Repeated
    By Awatto in forum Excel General
    Replies: 10
    Last Post: 11-25-2011, 03:10 PM
  3. Replies: 5
    Last Post: 08-06-2009, 05:17 PM
  4. Count the repeated number using VBA
    By mvel_sky in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 07-31-2009, 09:28 AM
  5. [SOLVED] how do I number a form for repeated use?
    By Nicole-A in forum Excel General
    Replies: 1
    Last Post: 05-18-2005, 06:06 PM
  6. Most repeated number
    By nuno in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-23-2005, 07:06 PM

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