+ Reply to Thread
Results 1 to 4 of 4

Implementing a formula

  1. #1
    Registered User
    Join Date
    06-22-2015
    Location
    milano
    MS-Off Ver
    2010
    Posts
    30

    Implementing a formula

    Hi everyone I have a file with different cells with this same kind of information:

    <blurb-image alt="Dyson" type="local" value="_home_and_kitchen/logos/dyson_120x50.png"><image-link type="search" value="rh=i%3Akitchen%2Cn%3A524015031%2Cn%3A!524016031%2Cn%3A731679031%2Cn%3A732998031%2Cp_89%3ADyson%2Cn%3A733009031&amp;bbn=732998031&amp;rw_html_to_wsrp=1"/></blurb-image>

    I need to extract in the column next to them the following string from it:

    rh=i%3Akitchen%2Cn%3A524015031%2Cn%3A!524016031%2Cn%3A731679031%2Cn%3A732998031%2Cp_89%3ADyson%2Cn%3A733009031&amp;bbn=732998031&amp;rw_html_to_wsrp=1

    Any ideas on how can I achieve this?

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Implementing a formula

    a2 =Left(Right(A1,LEN(A1)-(search("rh=i",A1,1)-1)),LEN(Right(A1,LEN(A1)-(search("rh=i",A1,1)-1)))-17)
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    06-22-2015
    Location
    milano
    MS-Off Ver
    2010
    Posts
    30

    Re: Implementing a formula

    Quote Originally Posted by oeldere View Post
    a2 =Left(Right(A1,LEN(A1)-(search("rh=i",A1,1)-1)),LEN(Right(A1,LEN(A1)-(search("rh=i",A1,1)-1)))-17)
    Thanks, your formula work quiet alright!

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Implementing a formula

    You're welcome. We appreciate the feedback!

    If your question has been solved please mark the thread as being solved.

    In the menu bar above the very first post select Thread Tools, then select 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 those who helped you reach a solution.

    Thanks for the rep.

+ 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. I need Help with Implementing a Progress Bar
    By PosseJohn in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-03-2014, 06:24 PM
  2. Implementing NA() in this formula
    By JPSIMMON in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-29-2013, 02:44 PM
  3. Implementing ISNA formula into equation.
    By JPSIMMON in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-26-2013, 06:26 PM
  4. Need help in implementing same formula for different files
    By kishoremcp in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-17-2012, 11:14 PM
  5. Implementing an idea ...
    By SunGod87 in forum Excel General
    Replies: 1
    Last Post: 12-19-2005, 10:51 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