+ Reply to Thread
Results 1 to 4 of 4

Using Formula To Detect Duplication Of Invoice Numbers?

  1. #1
    Registered User
    Join Date
    03-02-2007
    Posts
    2

    Using Formula To Detect Duplication Of Invoice Numbers?

    Please, somebody
    How can I create a formula to detect duplicate invoice number and give a flag or stop to let me know that there is a invoice with the same number already.

    Thanks
    Vitucho

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    May be this link might help?

    http://www.mcgimpsey.com/excel/udfs/sequentialnums.html
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

  3. #3
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by Vitucho
    Please, somebody
    How can I create a formula to detect duplicate invoice number and give a flag or stop to let me know that there is a invoice with the same number already.

    Thanks
    Vitucho
    or try conditional formatting.

    select the range which contains invoice numbers (I supposed it is col A).
    go to menu Format > Conditional Fomatting...

    select Fomula is (instead of defaul Cell value is)
    and put following formula in the input box.

    =COUNTIF($A$1:$A$500,A1)>1

    then press Format... tab and click on Patterns tab and select colour (may be red).
    press Ok.

    all duplicate values in range will be highlighted.

    (range in above formula must be the same that you selected)

    hope this would help.

  4. #4
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    see the attached file for above example.
    Attached Files Attached Files

+ 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