+ Reply to Thread
Results 1 to 6 of 6

How to check weather required text is embodied in the cell

  1. #1
    Registered User
    Join Date
    01-20-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    28

    How to check weather required text is embodied in the cell

    Need a help. I want to perform a calculation in another cell of the same row, only if the particular cell in the same row contain (embodied) required text. Please suggest the formula.

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: How to check weather required text is embodied in the cell

    You can use FIND or SEARCH to check if specified text is contained in a cell.

    So something like =IF(FIND("SpecifiedText",A1)>0,YourFormulaHere,"")

    This would look for the string "SpecifiedText" in cell A1. If it's found then your formula fires and if not the cell remains blank.

    FIND is case sensitive and SEARCH is not.

    Hope that helps.

    BSB.

  3. #3
    Forum Contributor
    Join Date
    10-19-2012
    Location
    chennai
    MS-Off Ver
    Excel 2013
    Posts
    134

    Re: How to check weather required text is embodied in the cell

    hi use find or search formula =FIND("embodied",A24,1)

  4. #4
    Registered User
    Join Date
    01-20-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    28

    Re: How to check weather required text is embodied in the cell

    Thanks for the suggestions. If specified test does not exist in the cell, it gives error. the correct formula I could finalize is ---> ISNUMBER(FIND("DIVI",UPPER($G959)))

    Thanks.

  5. #5
    Forum Contributor
    Join Date
    10-19-2012
    Location
    chennai
    MS-Off Ver
    Excel 2013
    Posts
    134

    Re: How to check weather required text is embodied in the cell

    Hi the below one will give as not applicable insted of error.

    =iferror(ISNUMBER(FIND("DIVI",UPPER($G959))),"Not Avalilable")
    or
    =iferror(ISNUMBER(search("DIVI",($G959))),"Not Avalilable")

  6. #6
    Registered User
    Join Date
    01-20-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    28

    Re: How to check weather required text is embodied in the cell

    Sorry, I need to be specific....

    (1) I want to count the number of cell in the column which contain he specific text, and/or (2) want to sum the figures in another row if the specific text is emodied in the first colum.

+ 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. Formula required for when a certain text appears in a cell
    By flippity in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-27-2014, 03:42 AM
  2. Replies: 3
    Last Post: 02-14-2014, 08:08 AM
  3. Replies: 0
    Last Post: 02-12-2014, 10:08 AM
  4. Check cell contains if contains text check another column.
    By thequiff in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-13-2013, 07:29 AM
  5. Check if any cell in range fulfills required condition
    By vandanavai in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-20-2012, 10:59 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