+ Reply to Thread
Results 1 to 4 of 4

match string to values in worksheet range

  1. #1
    Registered User
    Join Date
    05-15-2008
    Posts
    13

    match string to values in worksheet range

    Hi guys, is there a quick way without doing a loop to match a string value into a range in worksheet, lets say i have a string "activenote" and I want to match this to values in column a of sheet1. I would like to extract the row number where the match is found.

    Thanks in advance...

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    Use the
    Please Login or Register  to view this content.
    approach. This will return the position in the range if it appears.

    rylo

  3. #3
    Forum Expert
    Join Date
    12-10-2006
    Location
    Sydney
    MS-Off Ver
    Office 365
    Posts
    3,527
    Hi there,

    You can use the following formula which I adapted from this posting:

    =ROW(INDIRECT(ADDRESS(MATCH("activenote",A:A,0),COLUMN(),1)))

    HTH

    Robert

  4. #4
    Registered User
    Join Date
    05-15-2008
    Posts
    13
    Thank you very much you all !.
    i'll give that a try.

+ 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