+ Reply to Thread
Results 1 to 3 of 3

stock symbol list

  1. #1
    Registered User
    Join Date
    07-20-2007
    Posts
    14

    stock symbol list

    Hello,

    I need to keep track of a list of stock symbols. I have been entering them in a single column so I can see if it has already been entered from the auto-complete function of the text. However, at some point - around 1000 cells - it does not recognize a previously entered symbol.

    Is it possible to create a formula that will search all cells in a worksheet for a symbol as it is typed in?

    Basically, I want to create a worksheet that I type symbols into and it will show me if the symbol already exists.

    Thanks,

    Scott

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    use a match function against your list
    say list is in col c
    then in b1 put
    =IF(ISNUMBER(MATCH(A1,C:C,0)),"symbol in use","symbol free to use")
    then if you put something in a1 it will return one of those two messages

  3. #3
    Registered User
    Join Date
    07-20-2007
    Posts
    14
    ...great. Thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Similar Threads

  1. Help with stock list
    By excelidontknow in forum Excel General
    Replies: 1
    Last Post: 07-07-2008, 01:44 PM
  2. How do I use VBA to choose the source cells for a list with Data Validation?
    By baconcow in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 03-11-2008, 05:36 PM
  3. Finding the max date in a subgroup of a long list
    By splashback in forum Excel General
    Replies: 2
    Last Post: 06-05-2007, 05:13 PM
  4. Stock list macro
    By c0ldpl4ya in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-15-2007, 10:09 AM
  5. Stock List
    By drums4monty in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-11-2006, 05:16 AM

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