+ Reply to Thread
Results 1 to 13 of 13

Write the specific value of the words in the statement (no prefix or suffix)

Hybrid View

  1. #1
    Registered User
    Join Date
    06-19-2017
    Location
    Istanbul
    MS-Off Ver
    2010
    Posts
    65

    Write the specific value of the words in the statement (no prefix or suffix)

    Hello

    First of all, thank you very for your help in advance.

    I need you help my friends. Is it possible that could you help me for my excel question. After your help, I wrote my formula in excel that look at the statement and If statement includes any word from my bag word list, then, sum all the values and write it next the statement. But I don't want prefix or suffix which changes my score

    Thank you very much

    Best Regards,

    GERCEK
    Attached Files Attached Files
    Last edited by gozparlak; 10-13-2017 at 07:29 AM. Reason: Solved

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Write the specific value of the words in the statement (no prefix or suffix)

    Your requirement is not clear


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Write the specific value of the words in the statement (no prefix or suffix)

    My guess is to return the appropriate value (0.5, 0.8) when either LOAD or SCORE are found, ignoring UNLOAD LOADED SCORELESS, etc.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Registered User
    Join Date
    06-19-2017
    Location
    Istanbul
    MS-Off Ver
    2010
    Posts
    65

    Re: Write the specific value of the words in the statement (no prefix or suffix)

    Yes, Glenn Kennedy, you are right.

    I mean

    LOAD = 0,5
    UNLOAD = 0
    IS LOADING = 0

    I would like these scores by formulas :/

  5. #5
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Write the specific value of the words in the statement (no prefix or suffix)

    What about adding a space before and after D3 & D4 Cell value?

    Replacing A3 cell dot with space in formula?

  6. #6
    Registered User
    Join Date
    06-19-2017
    Location
    Istanbul
    MS-Off Ver
    2010
    Posts
    65

    Re: Write the specific value of the words in the statement (no prefix or suffix)

    why not What about adding a space before and after D3 & D4 Cell value?

    But How can I add a space before and after D3 & D4 Cell value?


    I mean I can't change A text column. It is standart text. But I can change bag word list freely
    Last edited by gozparlak; 10-13-2017 at 05:09 AM.

  7. #7
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Write the specific value of the words in the statement (no prefix or suffix)

    Okay, we push the said things in formula itself.


    Copy paste the below formula in B3 cell


    Formula: copy to clipboard
    =IFERROR(LOOKUP(2,1/SEARCH((" "&$D$3:$D$4&" "),SUBSTITUTE(" "&A3&" ","."," ")),$E$3:$E$4),"")



    Drag it down.

  8. #8
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Write the specific value of the words in the statement (no prefix or suffix)

    Nice one sixth.... I was flaffing around in circles.

  9. #9
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Write the specific value of the words in the statement (no prefix or suffix)

    I am also worrying about comma's and other characters

  10. #10
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Write the specific value of the words in the statement (no prefix or suffix)

    I had that bit OK. I was failing to return the scores...

    These symbols are all accounted for : .,;?!:*-

    =IFERROR(LOOKUP(2,1/SEARCH(" "&$D$2:$D$4&" "," "&SUBSTITUTE(A2,MID(A2,MIN(FIND({".",",",";","?","!",":","*","-"},A2&".,;?!:*-")),1)," ")&" "),$E$2:$E$4),"")
    Attached Files Attached Files

  11. #11
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Write the specific value of the words in the statement (no prefix or suffix)

    Just for fun, I also made it return present/absent or a score....
    Attached Files Attached Files

  12. #12
    Registered User
    Join Date
    06-19-2017
    Location
    Istanbul
    MS-Off Ver
    2010
    Posts
    65

    Re: Write the specific value of the words in the statement (no prefix or suffix)

    Thank you very much Glenn Kennedy and Sixthsense It works You are great

  13. #13
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Write the specific value of the words in the statement (no prefix or suffix)

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ 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] Write the specific value of the words in the statement
    By gozparlak in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-13-2017, 04:58 AM
  2. Prefix and Suffix Help
    By Scott Holmes in forum Excel General
    Replies: 3
    Last Post: 10-06-2015, 11:58 AM
  3. [SOLVED] Incremental value with a text prefix and a suffix
    By Rowane in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-26-2015, 03:06 PM
  4. [SOLVED] Need to add a text suffix to the end of "all words" by searching for their prefix
    By lorilewis07 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-10-2015, 01:01 PM
  5. How to add prefix and suffix to a cell?
    By adi26 in forum Excel General
    Replies: 2
    Last Post: 08-28-2009, 03:21 AM
  6. Add Suffix & Prefix
    By di22y in forum Excel General
    Replies: 1
    Last Post: 06-25-2009, 06:34 PM
  7. [SOLVED] Prefix and Suffix
    By Clare in forum Excel General
    Replies: 2
    Last Post: 01-30-2006, 03:30 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