+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Registered User
    Join Date
    04-03-2008
    Posts
    4

    LOOK UP function

    This should be relatively easy but I haven't done this in a while. Can someone please help?


    If a cell in the left column has a word 'satisfaction' within the sentence, how do I add the word 'satisfaction' in a cell in a column next to it?

    Thank you
    Julia
    Last edited by Yulichka; 02-12-2010 at 04:10 PM.

  2. #2
    Forum Moderator DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Suffolk, UK
    MS-Off Ver
    2002, 2007 & 2010
    Posts
    21,379

    Re: LOOK UP function

    Numerous routes... one might be:

    B1: =REPT("satisfaction",ISNUMBER(SEARCH("satisfaction",A1)))

    use FIND instead of SEARCH if you wish the above be case sensitive (eg Satisfaction <> satisfaction)

  3. #3
    Forum Moderator NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003, 2007, 2010
    Posts
    31,114

    Re: LOOK UP function

    Something like:

    =IF(ISNUMBER(SEARCH("satisfaction",A1)),"satistaction","")
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  4. #4
    Forum Guru zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    Excel 2007
    Posts
    5,729

    Re: LOOK UP function

    Try this:

    =IF(ISERROR(FIND("satisfaction";A1)),"","satisfaction")
    "Relax. What is mind? No matter. What is matter? Never mind!"

  5. #5
    Registered User
    Join Date
    04-03-2008
    Posts
    4

    Re: LOOK UP function

    Thanks to Everyone for your help!

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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