+ Reply to Thread
Results 1 to 4 of 4

Identifying Text

  1. #1
    Forum Contributor
    Join Date
    10-23-2003
    Posts
    141

    Identifying Text

    Does anyone have any suggestions for identifying text in a cell.

    For example, I have a spreadsheet with approximately 50 to 100 rows:

    Column A: $640
    Column B: "Blank"
    Column C: Transferred on September 1, 2005.

    I would like to identify any cell in column C with the word "transfer" or "transferred" within the cell and put a "T" in the same row of column B, if not put a "O" in column B.

    Is this posssible?

    Any help would be greatly appreciated!

  2. #2
    Forum Expert dominicb's Avatar
    Join Date
    01-25-2005
    Location
    Lancashire, England
    MS-Off Ver
    MS Office 2000, 2003, 2007 & 2016 365
    Posts
    4,867

    Smile

    Good afternoon SteveB

    You need to put this formula in your first row that contains data in column B (in this case B4) and copy it all the way down to the bottom.

    =IF(ISERR(SEARCH("transf",C4)),"O","T")

    HTH

    DominicB

  3. #3
    Forum Contributor
    Join Date
    10-23-2003
    Posts
    141
    Dominic,

    THANK YOU!!! Everything worked great! I really appreciate your help!

  4. #4
    Forum Expert dominicb's Avatar
    Join Date
    01-25-2005
    Location
    Lancashire, England
    MS-Off Ver
    MS Office 2000, 2003, 2007 & 2016 365
    Posts
    4,867

    Smile

    Hi SteveB

    No problem. Appreciate the feedback.

    DominicB

+ 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