+ Reply to Thread
Results 1 to 3 of 3

Need help in extracting certain information from a cell

Hybrid View

  1. #1
    Registered User
    Join Date
    05-25-2019
    Location
    Singapore
    MS-Off Ver
    2016
    Posts
    2

    Question Need help in extracting certain information from a cell

    This is a litte complicated for my level. Hopefully someone here has a solution to this.


    Original data in cell A1:
    [{"attribution_url":"fs.com","original_picture_url":"fs.com/attachments/product_template_additional_pictures/images/001/200/345/original/1.jpg?1234","source_url":"fs.com/collections/fsabc/products/fsabc"},{"attribution_url":"fs.com","original_picture_url":"fs.com/attachments/product_template_additional_pictures/images/002/300/456/original/2.jpg?2345","source_url":"fs.com/collections/fsbcd/products/fsbcd"},{"attribution_url":"fs.com","original_picture_url":"fs.com/attachments/product_template_additional_pictures/images/003/400/567/original/3.jpg?3456","source_url":"fs.com/collections/fscdf/products/fscdf"},

    Desired data in a cell (only for :"original_picture_url"):

    Cell B1: fs.com/attachments/product_template_additional_pictures/images/001/200/345/original/1.jpg?1234
    Cell C: fs.com/attachments/product_template_additional_pictures/images/002/300/456/original/2.jpg?2345
    Cell D1: fs.com/attachments/product_template_additional_pictures/images/003/400/567/original/3.jpg?3456

    Would like to achieve something like this but I'm not sure how after trying to search some solutions online. Hopefully you can help me out. Thank you in advance!

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

    Re: Need help in extracting certain information from a cell

    Attach a sample workbook showing your original data and your desired outcome. It will make it much easier for us to understand the requirement.

    BSB

  3. #3
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Need help in extracting certain information from a cell

    Hi

    Sorry for the length of the formula.

    The formula uses the 1000-character limit that may be in the original cell. This value can be magnified, but the higher this value, the longer it takes to calculate it.

    Consider A2 as the source cell. Put the following formula in B2 and drag it forward.
    Formula: copy to clipboard
    =IFERROR(MID($A2,
    AGGREGATE(15,6,ROW($A$1:$A$1000)/(MID($A2,ROW($A$1:$A$1000),10)="fs.com/att"),COLUMNS($B$1:B$1)),
    AGGREGATE(15,6,ROW($A$1:$A$1000)/(MID($A2,ROW($A$1:$A$1000),1)="?"),COLUMNS($B$1:B$1))-
    AGGREGATE(15,6,ROW($A$1:$A$1000)/(MID($A2,ROW($A$1:$A$1000),10)="fs.com/att"),COLUMNS($B$1:B$1))+5),"")

    See the file
    Attached Files Attached Files

+ 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. Extracting address information from one cell
    By C.j. in forum Excel General
    Replies: 1
    Last Post: 09-21-2018, 01:17 PM
  2. Extracting information out of a cell
    By roxdrob01 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-22-2017, 10:57 PM
  3. Extracting partial information from a Cell/s
    By hammer2 in forum Excel General
    Replies: 4
    Last Post: 02-09-2012, 12:12 AM
  4. Extracting information from various cells into one cell
    By FTorres in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-05-2010, 02:49 PM
  5. extracting information from a cell
    By Xtopher in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-07-2009, 08:06 PM
  6. Extracting Information from a cell
    By radicalrom in forum Excel General
    Replies: 3
    Last Post: 05-07-2009, 07:21 PM
  7. Extracting information from text within a cell
    By JemyM in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-02-2008, 12:39 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