+ Reply to Thread
Results 1 to 2 of 2

I want to be prompted for an entry that already exists in excel

  1. #1
    Jade
    Guest

    I want to be prompted for an entry that already exists in excel

    I use Excel to maintain an animal breeding program. I want to be prompted
    when a animal number is entered that already exists. This would be handy for
    name and address databases too.

  2. #2
    Jan Karel Pieterse
    Guest

    Re: I want to be prompted for an entry that already exists in excel

    Hi Jade,

    > I want to be prompted
    > when a animal number is entered that already exists.
    >


    Use Data, validation for this.

    - select the range that will get the numbers (lets say the entire
    Column A)
    - Choose Data, validation
    - Click the dropdown box and select "Custom"
    - enter this formula:
    =COUNTIF(A1:$A$1,A1)<2

    (notice the dollar signs!)

    Regards,

    Jan Karel Pieterse
    Excel MVP
    www.jkp-ads.com


+ 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