+ Reply to Thread
Results 1 to 2 of 2

how do i get a warning for repeated numbers

  1. #1
    Kenya
    Guest

    how do i get a warning for repeated numbers

    I am working with a spreedsheet incorporating invoice numbers. How do I
    create a warning when i repeat an invoice number

  2. #2
    Ron Coderre
    Guest

    RE: how do i get a warning for repeated numbers

    I like to use conditional formatting when it's convenient:

    If you have invoice numbers starting in Cell A3, try conditional formatting
    from A3 through as far down column A as necessary with this:

    Formula is: =COUNTIF(A$3:A3,A3)>1
    Format: Pattern: Bright Red

    Using that, the first entry of an invoice number is ignored, but all
    subsequent duplicates are flagged.

    Does that help?

    Regards,
    Ron

    "Kenya" wrote:

    > I am working with a spreedsheet incorporating invoice numbers. How do I
    > create a warning when i repeat an invoice number


+ 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