+ Reply to Thread
Results 1 to 8 of 8

Sorting images to the respective SKU

Hybrid View

  1. #1
    Spammer
    Join Date
    01-09-2011
    Location
    Colombo
    MS-Off Ver
    Excel 2007
    Posts
    116

    Sorting images to the respective SKU

    I have a list of products in a Master file and I want to fill only the following on another worksheet

    title
    description
    image1
    image2
    image3
    item_specifics (SKU)

    Please note that each SKU will have more than 1 image(s). I want to put the 1st image of that respective SKU to image1 and 2nd image of that respective SKU to image2 and 3rd image of that respective SKU to image3. After filling the 1st 3 images, automatically the file should pick the 2nd SKU in the Master file to repeat the same process for the 2nd SKU.

    Please help me to fix this.
    Attached Files Attached Files

  2. #2
    Spammer
    Join Date
    01-09-2011
    Location
    Colombo
    MS-Off Ver
    Excel 2007
    Posts
    116

    Re: Sorting images to the respective SKU

    Anyone out there please?

  3. #3
    Spammer
    Join Date
    01-09-2011
    Location
    Colombo
    MS-Off Ver
    Excel 2007
    Posts
    116

    Re: Sorting images to the respective SKU

    Hello... Nobody is here? Please help me

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2503
    Posts
    13,702

    Re: Sorting images to the respective SKU

    This is a challenging puzzle.

    Additionally response may be a bit slow for a few days.

    If you are not aware of it the United States is approaching a major holiday.

    Of course while not every contributor is American it may have a noticeable affect.


    Before attempting a solution I have a few questions.
    1. I assume the "title" is in column D?
    2. If there is no "description" what do you want returned in the second row of each set?
      Please note that each SKU will have more than 1 image(s). I want to put the 1st image of that respective SKU to image1 and 2nd image of that respective SKU to image2 and 3rd image of that respective SKU to image3. After filling the 1st 3 images, automatically the file should pick the 2nd SKU ...
    3. Do you want to return all of the numbered jpgs in each set or just the first 3?
    4. Are there any additional criteria?
    5. Is there any additional output you'll want?
    Last edited by FlameRetired; 07-02-2017 at 12:53 AM.
    Dave

  5. #5
    Spammer
    Join Date
    01-09-2011
    Location
    Colombo
    MS-Off Ver
    Excel 2007
    Posts
    116

    Re: Sorting images to the respective SKU

    Quote Originally Posted by FlameRetired View Post
    This is a challenging puzzle.

    Additionally response may be a bit slow for a few days.

    If you are not aware of it the United States is approaching a major holiday.

    Of course while not every contributor is American it may have a noticeable affect.


    Before attempting a solution I have a few questions.
    1. I assume the "title" is in column D? - Yes
    2. If there is no "description" what do you want returned in the second row of each set?
    3. Do you want to return all of the numbered jpgs in each set or just the first 3? - Just the first 3 or even any 3 pictures are fine
    4. Are there any additional criteria? - I have mentioned everything below
    5. Is there any additional output you'll want? - I have mentioned everything below
    Firstly, I thank you for responding to my query and appreciate your support. Secondly, I have forgotten to upload the

    required Excel sheet to be filled. I have uploaded only the Master sheet but not "bulk_upload_sample.xlsx". Please refer

    the Excel sheet which needs to be filled and it's name is "bulk_upload_sample.xlsx"

    I want to fill only the column B, F, J, K, L & M in "bulk_upload_sample.xlsx"
    Attached Files Attached Files

  6. #6
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2503
    Posts
    13,702

    Re: Sorting images to the respective SKU

    Does it have to be separate workbooks. ie can I just copy the sheet with the data and paste in a new sheet of bulk_upload?

  7. #7
    Spammer
    Join Date
    01-09-2011
    Location
    Colombo
    MS-Off Ver
    Excel 2007
    Posts
    116
    Quote Originally Posted by FlameRetired View Post
    Does it have to be separate workbooks. ie can I just copy the sheet with the data and paste in a new sheet of bulk_upload?
    I want with forumulas not just the answer so that I can do on my own for other products. If you want, you can do this. Prepare 1 Excel file. In that, you can have Master sheet with all the data I have uploaded and formula sheet with filled columns

  8. #8
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2503
    Posts
    13,702

    Re: Sorting images to the respective SKU

    I consolidated by inserting a Master sheet with the original source data in it.

    In M2 of 'bulk_upload_sample' array enter this formula and fill down until you get blanks. It returns the unique skus. If you aren’t familiar with array-entered formulas array enter means the formula must be committed from edit mode by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.
    Formula: copy to clipboard
    =IFERROR(INDEX(Master!$A$2:$A$81,SMALL(IF(FREQUENCY(MATCH(Master!$A$2:$A$81,Master!$A$2:$A$81,0),
    ROW($A$2:$A$81)-MIN(ROW($A$2:$A$81))+1),ROW($A$2:$A$81)-MIN(ROW($A$2:$A$81))+1),ROWS($2:2))),"")


    Then to return the image files array enter this in J2 fill down and across until you get blanks.
    Formula: copy to clipboard
    =IF($M2="","",INDEX(Master!$E$2:$E$81,MIN(IF(ISNUMBER(FIND(COLUMNS($J:J)&".",Master!$E$2:$E$81))*
    ISNUMBER(FIND(".jpg",Master!$E$2:$E$81))*($M2=Master!$A$2:$A$81),ROW($A$2:$A$81)-MIN(ROW($A$2:$A$81))+1))))


    In F2 this non array formula filled down until blanks. It returns the descriptions.
    Formula: copy to clipboard
    =IF($M2="","",INDEX(Master!$F$2:$F$81&"",MATCH(M2,Master!$A$2:$A$81,0)))


    This non array entered in B2 and filled down returns the titles.
    Formula: copy to clipboard
    =IF($M2="","",INDEX(Master!$D$2:$D$81,MATCH(M2,Master!$A$2:$A$81,0)))

+ 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. Sorting cells containing images
    By Cooltrain in forum Excel General
    Replies: 11
    Last Post: 07-17-2016, 11:44 AM
  2. Replies: 0
    Last Post: 01-01-2014, 04:36 PM
  3. [SOLVED] Sorting similar entries from one column, into respective rows
    By Captain Awol in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-26-2013, 08:31 PM
  4. Excel 2007 : Problem Sorting with images
    By Tillie369 in forum Excel General
    Replies: 0
    Last Post: 03-21-2012, 05:52 PM
  5. Sorting number of days into each respective months
    By bobchenc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-24-2010, 11:56 AM
  6. Excel 2007 : inserting images / sorting
    By nick1770 in forum Excel General
    Replies: 1
    Last Post: 01-13-2010, 07:30 PM
  7. Sorting database with images inserted in cells
    By Greywolf in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-02-2006, 01:10 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