+ Reply to Thread
Results 1 to 4 of 4

easy solution, just cant remember how to

Hybrid View

foamcows easy solution, just cant... 01-03-2006, 12:46 PM
Guest RE: easy solution, just cant... 01-03-2006, 01:15 PM
Guest RE: easy solution, just cant... 01-03-2006, 01:15 PM
foamcows perfect, thanks so much. 01-03-2006, 01:18 PM
  1. #1
    Registered User
    Join Date
    01-17-2005
    Posts
    37

    easy solution, just cant remember how to

    I have a list of 30 different vehicle stock numbers, these are known as special units. when I enter a stock number of a sold unit I would like another column to search the list of 30 stock numbers to see if it has a match and if it does display a 1 or a yes, or something. If there is no match then display a blank. I just cant for the life of me figure out how to get it to search the field. something like if a5=b6:b36 then yes, otherwise no. thanks for the help, sorry if it wasnt challenging.

  2. #2
    Jim Thomlinson
    Guest

    RE: easy solution, just cant remember how to

    Take a look at the countif function.
    --
    HTH...

    Jim Thomlinson


    "foamcows" wrote:

    >
    > I have a list of 30 different vehicle stock numbers, these are known as
    > special units. when I enter a stock number of a sold unit I would like
    > another column to search the list of 30 stock numbers to see if it has
    > a match and if it does display a 1 or a yes, or something. If there is
    > no match then display a blank. I just cant for the life of me figure
    > out how to get it to search the field. something like if a5=b6:b36 then
    > yes, otherwise no. thanks for the help, sorry if it wasnt challenging.
    >
    >
    > --
    > foamcows
    > ------------------------------------------------------------------------
    > foamcows's Profile: http://www.excelforum.com/member.php...o&userid=18538
    > View this thread: http://www.excelforum.com/showthread...hreadid=497586
    >
    >


  3. #3
    Toppers
    Guest

    RE: easy solution, just cant remember how to


    Try:

    A5 is stock number sought, B6:B36 is list of stock numbers

    Place in required cell:

    =IF(ISNA(MATCH(A5,$B$6:$B$36,0)),"","YES")

    HTH
    "foamcows" wrote:

    >
    > I have a list of 30 different vehicle stock numbers, these are known as
    > special units. when I enter a stock number of a sold unit I would like
    > another column to search the list of 30 stock numbers to see if it has
    > a match and if it does display a 1 or a yes, or something. If there is
    > no match then display a blank. I just cant for the life of me figure
    > out how to get it to search the field. something like if a5=b6:b36 then
    > yes, otherwise no. thanks for the help, sorry if it wasnt challenging.
    >
    >
    > --
    > foamcows
    > ------------------------------------------------------------------------
    > foamcows's Profile: http://www.excelforum.com/member.php...o&userid=18538
    > View this thread: http://www.excelforum.com/showthread...hreadid=497586
    >
    >


  4. #4
    Registered User
    Join Date
    01-17-2005
    Posts
    37
    perfect, thanks so much.

+ 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