+ Reply to Thread
Results 1 to 4 of 4

Convert poorly formatted vendor data into usable data

  1. #1
    Registered User
    Join Date
    04-20-2015
    Location
    Plano, TX
    MS-Off Ver
    Office 365
    Posts
    7

    Exclamation Convert poorly formatted vendor data into usable data

    Hi All,

    I am trying to find a way to take data from vendors that my company utilizes and turn their contact info into usable data. We are taking data from a very old software and putting it into a new system, and the way this system exports data isn't at all friendly to usable data. I attached a file that demonstrated the issue. On the "sample" tab, there is a list of vendors to show how the data is laid out in its current format. This is a very small list of anonymized data, in the actual export there are 100's of these vendors going down the page in the exact same format. The result page shows how i'd like the data to look, and i used the first vendor as an example. If anyone has any suggestions, or needs more clarification, I'd be very appreciative.

    Regards,
    Nathan
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Convert poorly formatted vendor data into usable data

    If you want to do this through formulas, I would use the INDEX function to act as an OFFSET.

    A2 =INDEX(Sample!D:D,ROWS($A$1:$A1)*22-18)
    B2 =INDEX(Sample!F:F,ROWS($A$1:$A1)*22-21)
    C2 =INDEX(Sample!I:I,ROWS($A$1:$A1)*22-18)
    D2 =INDEX(Sample!C:C,ROWS($A$1:$A1)*22-15)
    E2 =INDEX(Sample!D:D,ROWS($A$1:$A1)*22-11)

    etc.

    You want the end section (i.e. 22-n) to be equal to the row that the first instance of what you're looking for is on.
    e.g.
    22-18 = 4 (First instance of ID is in row 4)
    22-21 = 1 (First instance of Vendor is in row 1)
    etc.

    Drag the formulas down the column as far as needed.

    I'll let you do the rest.

  3. #3
    Registered User
    Join Date
    04-20-2015
    Location
    Plano, TX
    MS-Off Ver
    Office 365
    Posts
    7

    Re: Convert poorly formatted vendor data into usable data

    This is perfect! Thank you so much, exactly what I needed.

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Convert poorly formatted vendor data into usable data

    You're welcome, happy to help. Thanks for the rep!

    If that solved your question, please mark this thread as SOLVED.

+ 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] Counting text in a poorly formatted data set
    By trolle in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 06-07-2017, 09:50 AM
  2. How to Copy Poorly Formatted Columns
    By laurpr2 in forum Excel General
    Replies: 0
    Last Post: 07-06-2016, 03:42 PM
  3. Need Macro to clean up poorly formatted data
    By alexvig in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 10-21-2015, 03:49 PM
  4. [SOLVED] Fomula: How to convert a TEXT into a usable time which can be formatted
    By arekkusu03 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-17-2013, 08:04 PM
  5. Convert Data into Usable database format
    By drbotts in forum Excel General
    Replies: 2
    Last Post: 07-02-2012, 01:31 PM
  6. Fixing Poorly Formatted Data
    By Spencer in forum Excel General
    Replies: 1
    Last Post: 03-31-2009, 10:14 AM
  7. [SOLVED] how can I convert scanned data into usable numbers in excel?
    By lk0119 in forum Excel General
    Replies: 2
    Last Post: 04-14-2006, 12:25 PM

Tags for this Thread

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