+ Reply to Thread
Results 1 to 4 of 4

Transposing decimal data set to a row column timetable

  1. #1
    Registered User
    Join Date
    02-22-2022
    Location
    Auckland
    MS-Off Ver
    Excel
    Posts
    3

    Transposing decimal data set to a row column timetable

    In the image, I'm trying to transpose data that have decimals from the green column onto the orange column and format as seen in the image. I've only included times from 5:30 till 11:45 for the sake of space. My normal process is manually inputting the data but would like thoughts on how to tackle this problem.

    I've tried using the excel transpose feature but since the formatting is different in the orange column, it won't produce the same results.

    Screenshot 2022-02-22 162443.png

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    81,573

    Re: Transposing decimal data set to a row column timetable

    Welcome to the forum.

    There are instructions at the top of the page explaining how to attach your sample workbook.

    A good sample workbook has just 10-20 rows of representative data that has been desensitised. It also has expected results mocked up, relevant cells highlighted and a few explanatory notes.

    Administrative Note:

    Members will tailor the solutions they offer to the version (NOT release number) of Office (Excel) that you have. Please check that your forum profile is up-to-date in this respect. If you aren't sure, in Excel go to File | Account and report what it says below the MS logo at the top of that page. If your version is for Mac, please also state this. Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,628

    Re: Transposing decimal data set to a row column timetable

    Pl see file
    In D2

    =IFERROR(INDEX(INT($A$4:$A$33),AGGREGATE(15,6,ROW($A$4:$A$33)/(ISERROR(MATCH(INT($A$4:$A$33),$D$3:$D3,0))),1)-ROW($A$3)),"")

    In E2

    =TEXTJOIN(" ",TRUE,IF(INT($A$4:$A$33)=D4,TEXT(100*MOD($A$4:$A$33,1),"00"),""))
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  4. #4
    Registered User
    Join Date
    02-22-2022
    Location
    Auckland
    MS-Off Ver
    Excel
    Posts
    3

    Re: Transposing decimal data set to a row column timetable

    Thank you, this helps a lot!

+ 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] Transposing data - row to column
    By TimC1974 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-13-2017, 02:31 PM
  2. [SOLVED] Transposing data - row to column
    By TimC1974 in forum Excel General
    Replies: 2
    Last Post: 06-08-2017, 09:51 AM
  3. Transposing data from Row to Column drama's
    By coreytroy in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-23-2013, 03:46 AM
  4. [SOLVED] Transposing data from row to column.(Solved)
    By jagspundir in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-06-2012, 08:33 PM
  5. Transposing data until column in row is unique.
    By digitaltoast in forum Excel General
    Replies: 2
    Last Post: 03-23-2012, 05:32 PM
  6. Problem Transposing a column of Data
    By Impartial Derivative in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-07-2011, 01:35 PM
  7. Replies: 4
    Last Post: 10-31-2011, 04:33 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