Results 1 to 8 of 8

Vertical to Horizontal Data Special Conditions

Threaded View

  1. #1
    Registered User
    Join Date
    05-05-2011
    Location
    Denver, Colorado
    MS-Off Ver
    Excel 2010
    Posts
    11

    Vertical to Horizontal Data Special Conditions

    I am using some data scraping software to get all the image urls from the site so I can use them in my other database. Here is the problem the data is coming in vertically and I need it horizontally "well use transpose" yes works but there are about 53,000 images and do not want to go through it one line at a time. I would like to use a macro for this. Here is what I have and what I need the finished product to look like.


    SKU 1
    Image1
    Image2
    Image3
    Image4
    Image5
    SKU 2
    Image1
    Image2
    Image3
    Image4
    Image5
    Image6
    Image7
    SKU 3
    Image1
    Image2


    Needs to be like this:

    SKU 1 | Image1 | Image2 | Image3 | Image4| Image5
    SKU 2 | Image1 | Image2 | Image3 | Image4 | Image5 | Image6 | Image7
    SKU 3 | Image1 | Image2


    The number of images change any where from 1 - 19 images per sku.

    I hope I explained this well enough!
    Any help would be much appreciated.

    Thanks,
    Guy
    Last edited by guypier; 05-05-2011 at 04:12 PM.

Thread Information

Users Browsing this Thread

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

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