+ Reply to Thread
Results 1 to 4 of 4

Lookup - how to do this

  1. #1
    Forum Contributor
    Join Date
    02-27-2009
    Location
    Chennai, India
    MS-Off Ver
    Excel 2013
    Posts
    327

    Lookup - how to do this

    There are two sheets, sheet 1 and sheet 2
    Sheet 2 already has some entries.
    Now i want to enter some alpha-numeric values in sheet 1.
    What i want now is, if the value being entered is found in sheet 2, it

    should not be allowed to enter.
    ie. while entering, it should automatically search in the given range of

    sheet 2 and if the value is already there, it should give warning or

    ZERO as answer.

    how to do this?

    Thanks.
    Attached Files Attached Files

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Lookup - how to do this

    Do want to actually prevent the entry if it already exists on the other sheet?
    Or do you just want to have a warning message in the adjescent cell?

    For just the warning messing in the adjescent cell (B2 on Sheet1 of your posted book)
    =IF(ISNUMBER(MATCH(A2,Sheet2!$A$2:$A$7,0)),"Warning","")

  3. #3
    Forum Contributor
    Join Date
    02-28-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    272

    Re: Lookup - how to do this

    I think is what you are looking for.....
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    02-27-2009
    Location
    Chennai, India
    MS-Off Ver
    Excel 2013
    Posts
    327

    Re: Lookup - how to do this

    Thanks for those who helped.
    Ask me how to hate XL.

+ 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