+ Reply to Thread
Results 1 to 3 of 3

Thread: Find out if a Value is Contained in a cell

  1. #1
    Die_Another_Day
    Guest

    Find out if a Value is Contained in a cell

    Ok this should be easy... I've got a 4k plus line spreadsheets with
    multiple users that are entering in a parameter that SHOULD have been
    the same. However every user has a different appendage to the
    parameter. I'm trying to use an if statement to parse the expected
    value so things show up correctly in my Pivot table. anyhow here is the
    formula that I got to work:

    =IF(ISERROR(SEARCH("3GPP",D2,1)),"HSDPA","3GPP")

    can someone please help me find a way to see if the cell contains the
    text? this works but it is very ugly.

    TIA

    Die_Another_Day


  2. #2
    Gary''s Student
    Guest

    RE: Find out if a Value is Contained in a cell

    It may be easier to use autofilter to fix the values. Turn on the autofilter
    and select Custom > Contains 3GPP

    This will hide all the rows not containing the string. Next put a common
    replacement in and un-used cell, copy it, and paste over the filtered data.

    The paste will fix only the visible cells and leave the hidden ones alone.
    --
    Gary's Student


    "Die_Another_Day" wrote:

    > Ok this should be easy... I've got a 4k plus line spreadsheets with
    > multiple users that are entering in a parameter that SHOULD have been
    > the same. However every user has a different appendage to the
    > parameter. I'm trying to use an if statement to parse the expected
    > value so things show up correctly in my Pivot table. anyhow here is the
    > formula that I got to work:
    >
    > =IF(ISERROR(SEARCH("3GPP",D2,1)),"HSDPA","3GPP")
    >
    > can someone please help me find a way to see if the cell contains the
    > text? this works but it is very ugly.
    >
    > TIA
    >
    > Die_Another_Day
    >
    >


  3. #3
    Die_Another_Day
    Guest

    Re: Find out if a Value is Contained in a cell

    I'm not sure this is much better than the klugy formula I'm already
    using. I thought for sure that there was a function to return a partial
    match. I just can't find it.

    Die_Another_Day


+ 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.2.0