+ Reply to Thread
Results 1 to 6 of 6

Unable to Reformat a List of Data into Desired Format

  1. #1
    Registered User
    Join Date
    01-23-2022
    Location
    USA
    MS-Off Ver
    2013
    Posts
    3

    Unable to Reformat a List of Data into Desired Format

    After trying for a few days to figure this out and searching online, I decided to reach out for some help on trying to get a list of data (my "source" data worksheet) to output in a different format on another worksheet within the same workbook.

    I included an attachment showing exactly what I am trying to accomplish.

    In the attachment, I show just 3 weeks of data, although in actuality my actual list will include many years of data and will be updated continually.

    Any ideas for the solution are greatly appreciated.
    Attached Files Attached Files
    Last edited by jeff2302680; 01-26-2022 at 12:42 PM. Reason: Changed Prefix to Solved

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Unable to Reformat a List of Data into Desired Format

    Please provide an excel workbook, not a zip file.

    If your file is so large that you needed to zip it to upload it here, then it is too large for what we need.

    We only need a SMALL clean file with just enough data to show examples of what you are working with (maybe 20-30 rows), as well as showing what you expect.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    01-23-2022
    Location
    USA
    MS-Off Ver
    2013
    Posts
    3

    Re: Unable to Reformat a List of Data into Desired Format

    OK I edited the attachment in the original post per your request.

    Thanks!

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,548

    Re: Unable to Reformat a List of Data into Desired Format

    This proposal converts the range A4:G22 into a table and adds a column for week number.
    The column for week number is populated using: =COUNTIFS(B$5:B5,B5)
    The output is in rows 12:16
    1. Column J contains the week numbers
    2. Row 11 contains day of week (not merged and centered) using: =IF(L12<>"",L12,K11)
    Note that row 11 could be hidden, for aesthetic purposes, by choosing white font.
    3. Rows 12:13 are manually pasted from rows 4:5
    4. K14:AO16 are populated using: =INDEX(Table1[[UPR]:[Cndle]],AGGREGATE(15,6,(ROW(Table1[DOW])-ROW(Table1[#Headers]))/(Table1[DOW]=L$11)/(Table1[Wk]=$J14),1),MATCH(L$13,Table1[[#Headers],[UPR]:[Cndle]],0))
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  5. #5
    Registered User
    Join Date
    01-23-2022
    Location
    USA
    MS-Off Ver
    2013
    Posts
    3

    Re: Unable to Reformat a List of Data into Desired Format

    Just - WOW. I am just completely blown away by how well and how fast you solved this.

    For most things, I can search them out and/or figure out on my own- but I realized after awhile that this task was FAR BEYOND my capability. Thank you JeteMc for not only solving this problem, but providing the actual solution as well. I don't think I could have done this just going on some basic instructions. I hope that it did not consume too much of your time.

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,548

    Re: Unable to Reformat a List of Data into Desired Format

    You're Welcome. Thank You for the feedback and for marking the thread as 'Solved'. I hope that you have a blessed day.

+ 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] Different lists from a available single list in desired format considering master-sheet
    By RavindraK in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 02-26-2018, 10:39 AM
  2. [SOLVED] Different lists from available single list in desired format considering master-sheet
    By RavindraK in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-26-2018, 08:14 AM
  3. [SOLVED] Need some formula to reformat data into format I want
    By rodeam in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-20-2016, 09:43 AM
  4. Reformat pasted data to number format
    By pvp in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-15-2015, 10:29 AM
  5. Replies: 2
    Last Post: 03-11-2015, 10:08 PM
  6. Quick Macro to Reformat Data into specific format
    By Seraph122 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-23-2012, 07:13 AM
  7. Reformat data to vertical format
    By Psydwaze in forum Excel General
    Replies: 1
    Last Post: 06-16-2005, 01:05 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