+ Reply to Thread
Results 1 to 4 of 4

Transposing Every 4th Value from a Row onto a Column in a New Worksheet

  1. #1
    Registered User
    Join Date
    06-08-2018
    Location
    chattanooga, tn
    MS-Off Ver
    office 10
    Posts
    1

    Transposing Every 4th Value from a Row onto a Column in a New Worksheet

    Summary Sheet.PNG - Summary Sheet
    Apprentice Sheet.PNG - Apprentice Sheet

    I am trying to take every 4th value starting on row 3, cell B3 from the Apprentice Sheet and transposing it onto my Summary Sheet in a column. I have been trying to use the index and offset functions but have been unsuccessful. Any help would be much appreciated.

    I've also posted this question on StackFlow but someone recommended Power Query. This is not something I want to delve into when I am on a time crunch.

    stackoverflow.com/q/50761004/9914096 - this is the link without the http beginning. I'm told I'm not allowed to post links without having posted a few times. So many rules, lol!
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by braswell; 06-08-2018 at 09:48 AM. Reason: added where this question is also posted and added sample workbook

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,152

    Re: Transposing Every 4th Value from a Row onto a Column in a New Worksheet

    Attach a sample workbook (not image).so that we do not have to manually key in your data to do a testing.

    Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate.

    Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  3. #3
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Transposing Every 4th Value from a Row onto a Column in a New Worksheet

    https://stackoverflow.com/questions/...-another-works

    Rule 08: Cross-posting Without Telling Us

    Your post does not comply with Rule 8 of our Forum RULES. Do not cross-post your question on multiple forums without telling us about your threads on other forums.

    Post a link to any other forums where you have asked the same question. If you have fewer than 10 posts here, you will not be able to post a link, but you must still tell us where else you have asked the question.

    Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

    Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!

    Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).

    If you have less than 10 posts, do not try to copy and paste the link. Instead, type the link out in your thread.
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  4. #4
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,600

    Re: Transposing Every 4th Value from a Row onto a Column in a New Worksheet

    Named Ranges:
    Adam_Boggess =Apprentice!$N$1:$P$6
    Caleb_Butcher =Apprentice!$R$1:$T$6
    Dennis_Akin =Apprentice!$B$1:$D$6
    Eugene_Ashley =Apprentice!$F$1:$H$6
    Robert_Boatfield =Apprentice!$J$1:$L$6

    formulas:
    D3 - F3:
    =INDEX(INDIRECT(SUBSTITUTE($B3," ","_")),ROWS(INDIRECT(SUBSTITUTE($B3," ","_"))),MATCH(D$2,INDEX(INDIRECT(SUBSTITUTE($B3," ","_")),4,),0))
    =INDEX(INDIRECT(SUBSTITUTE($B3," ","_")),ROWS(INDIRECT(SUBSTITUTE($B3," ","_"))),MATCH(E$2,INDEX(INDIRECT(SUBSTITUTE($B3," ","_")),4,),0))
    =INDEX(INDIRECT(SUBSTITUTE($B3," ","_")),ROWS(INDIRECT(SUBSTITUTE($B3," ","_"))),MATCH(F$2,INDEX(INDIRECT(SUBSTITUTE($B3," ","_")),4,),0))
    Attached Files Attached Files
    Last edited by protonLeah; 06-08-2018 at 04:10 PM.
    Ben Van Johnson

+ 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. transposing data from a worksheet
    By mikemoses in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-25-2015, 12:13 AM
  2. [SOLVED] Grabbing data in a worksheet and transposing in another... or something like that!
    By Deanerama in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-09-2014, 10:22 PM
  3. [SOLVED] Grouping by column value / Transposing Data by column value
    By Zachimus in forum Excel General
    Replies: 5
    Last Post: 08-11-2013, 06:46 PM
  4. Transposing list of values with 6 zeroes in front to retain the zero after transposing
    By Lisa4legin in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-16-2013, 03:34 AM
  5. Replies: 4
    Last Post: 10-31-2011, 04:33 PM
  6. Transposing data from one worksheet to another
    By meowzers in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-02-2010, 01:28 PM
  7. [SOLVED] Transposing a row into a column
    By Raj in forum Excel General
    Replies: 4
    Last Post: 07-25-2006, 05:10 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