+ Reply to Thread
Results 1 to 10 of 10

formula repeated numbers

Hybrid View

  1. #1
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: formula repeated numbers

    COUNTIF can be a memory hog when you create 10s of thousands against the same data set ad nauseum. If all you need is to spot if a value has occurred already, MATCH is distinctively quicker.

    =IF(AND(A2<>"", ISNUMBER(MATCH(A2, $A$1:$A1, 0))), "ripetuto", "")

    ...copied down ad nauseum.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  2. #2
    Forum Contributor max_max's Avatar
    Join Date
    06-28-2013
    Location
    italy - venice
    MS-Off Ver
    Excel 2007
    Posts
    1,693

    Re: formula repeated numbers

    Hello Jbeaucarie.
    It seems faster.
    In italian the formula is:

    =SE(E(A2<>""; VAL.NUMERO(CONFRONTA(A2; $A$1:$A1; 0))); "ripetuto"; "")

    Thank you.
    max_max

+ 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. Highlight repeated numbers
    By Alicia0096 in forum Excel General
    Replies: 2
    Last Post: 08-03-2010, 09:57 PM
  2. Replies: 5
    Last Post: 08-06-2009, 05:17 PM
  3. How to copy repeated numbers
    By cruzesr in forum Excel General
    Replies: 1
    Last Post: 05-22-2008, 09:01 PM
  4. [SOLVED] finding repeated numbers
    By aswini77@yahoo.com in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-23-2006, 07:10 AM
  5. [SOLVED] how to extract unique numbers once from a list of repeated numbers?
    By stuart.kwok@gmail.com in forum Excel General
    Replies: 2
    Last Post: 05-02-2006, 11:20 AM
  6. delete repeated numbers
    By Labman in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-10-2005, 08:07 PM
  7. [SOLVED] HOW DO I GET A WARNING FOR REPEATED NUMBERS
    By Kenya in forum Excel General
    Replies: 4
    Last Post: 04-05-2005, 03:06 AM
  8. how do i get a warning for repeated numbers
    By Kenya in forum Excel General
    Replies: 1
    Last Post: 04-04-2005, 09:06 AM

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