+ Reply to Thread
Results 1 to 8 of 8

Find row number of text string in a range of cells

Hybrid View

Steven Fleck Find row number of text... 02-01-2008, 08:35 AM
Ron Coderre Find row number of text... 02-01-2008, 09:03 AM
Steven Fleck Hi Ron, This worked... 02-01-2008, 09:38 AM
khalidnisar Re: Find row number of text... 03-27-2012, 02:02 AM
barcky42 Re: Find row number of text... 12-10-2012, 10:39 AM
jserb Re: Find row number of text... 12-20-2012, 08:54 PM
tmcentee Re: Find row number of text... 01-06-2013, 04:14 PM
protonLeah Re: Find row number of text... 01-06-2013, 08:38 PM
  1. #1
    Registered User
    Join Date
    11-20-2007
    Posts
    12
    Hi Ron,

    This worked perfectly! Many thanks!

    Regards,
    Steven

  2. #2
    Registered User
    Join Date
    05-07-2011
    Location
    dubai
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Find row number of text string in a range of cells

    thx that was a great help actually i was doing formula for fina and match text in Column A="Alpha1" and if Text in Column B= contain "Alpha2" then export value of same row from Column C.
    did something like that and it worked:
    =IF(INDEX(IRLOG, IF(COUNT(MATCH("*"&$F5&"*",Comm,0)),MATCH("*"&$F5&"*",Comm,0),1), 4)="WCEL",INDEX(IRLOG, IF(COUNT(MATCH("*"&$F5&"*",Comm,0)),MATCH("*"&$F5&"*",Comm,0),1), 6),"")

    IRLOG = TABLE name
    F5 = Alpha2
    Comm = column B list name/range
    WCEL = Alpha1
    6 is the column number for which i want to export the value for.

+ 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