how do i get a warning for repeated numbers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am working with a spreedsheet incorporating invoice numbers. How do I
create a warning when i repeat an invoice number
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top