+ Reply to Thread
Results 1 to 3 of 3

Find text in a cell

  1. #1
    Registered User
    Join Date
    10-23-2009
    Location
    USA
    MS-Off Ver
    Excel 2003, 2007, 2010
    Posts
    75

    Find text in a cell

    Hello,

    Basic I load a worksheet and search Column 41, I use row count is value (I) so only get the rows with matching data. This work great if I only have one value in that cell. If I have that same value and coma spaced with other data it over looks it, so I am after an If statement that with also check text of comma space for the value for the text inside a cell with comma spaced data.

    Data ( 235100, 242344, 243210, 331011)


    Dim LastRow, Limit1 As Long
    Dim Found As Range
    Dim getrow, FindATA As String

    Set ws = Sheets("ATACODE")

    LastRow = ws.Cells(ws.Rows.Count, "D").End(xlUp).row

    FindATA = "242344"

    If ws.Cells(i, 41).Value = FindATA Then
    If ws.Cells(i, 13).Value <>COMP Then

    ******** code ********
    getrow = i
    c = c + 1

    End If
    End If

    Next I




    MBCMDR
    Last edited by MBCMDR; 10-12-2017 at 11:24 AM.

  2. #2
    Forum Expert nilem's Avatar
    Join Date
    10-22-2011
    Location
    Ufa, Russia
    MS-Off Ver
    2013
    Posts
    3,377

    Re: Find text in a cell

    maybe this
    Please Login or Register  to view this content.

  3. #3
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,653

    Re: Find text in a cell

    Change this...
    Please Login or Register  to view this content.
    To This...
    Please Login or Register  to view this content.
    Surround your VBA code with CODE tags e.g.;
    [CODE]your VBA code here[/CODE]
    The # button in the forum editor will apply CODE tags around your selected text.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Loop through Column and Find matching text then add text to new cell
    By Alidamalang110 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-08-2015, 11:56 AM
  2. Replies: 3
    Last Post: 02-14-2014, 08:08 AM
  3. Formula to find and return text string within a cell full of text strings
    By LightingPop in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-03-2013, 11:45 PM
  4. [SOLVED] nested if function trying to find text and return text in different cell
    By shelbyleighh in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-14-2013, 12:16 PM
  5. [SOLVED] Trying to find a formula to find a random $ amount in a text in a cell
    By Miki1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-28-2013, 10:13 PM
  6. Replies: 7
    Last Post: 01-24-2013, 06:55 PM
  7. open some txt files ,find text , copy the text before that to a single cell
    By gus in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-11-2005, 01:05 PM

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