+ Reply to Thread
Results 1 to 6 of 6

Formula to reorganzie data in tabular format

  1. #1
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Formula to reorganzie data in tabular format

    Hello:

    Please refer to attached file.
    I have data as shown in Range(J1:V16)

    I need formula in cell J2:M down to give data in tabular format as shown.
    Hoghlighted just for clarification.

    Let me know if you have any questions.
    Thanks.

    Riz
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Formula to reorganzie data in tabular format

    J34 should be Feb18 not jan 18
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Re: Formula to reorganzie data in tabular format

    Hello:

    Yes you are right, it was typo

    Thanks to point it out.

    Ri

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,002

    Re: Formula to reorganzie data in tabular format

    Month:
    =INDEX($K$3:$V$3,,1+INT((ROWS(J$22:J22)-1)/12))

    Storename:
    =$J$1

    Item Desc:
    =INDEX($J$5:$J$16,1+MOD((ROWS(L$22:L22)-1),12))&""

    Total:
    =IFERROR(1/(1/INDEX($K$5:$V$16,1+MOD((ROWS(M$22:M22)-1),12),1+INT((ROWS(M$22:M22)-1)/12))),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  5. #5
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Formula to reorganzie data in tabular format

    in J22
    =INDEX(K$3:V$3,QUOTIENT(ROW()-22,12)+1)

    in K22
    =$J$1

    in L22
    =INDEX(J$5:J$16,MOD(ROW()-22,12)+1,1)

    in M22
    =INDEX(K$3:V$3,QUOTIENT(ROW()-22,12)+1)

    copy the formulas in row 22 downwards

  6. #6
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Re: Formula to reorganzie data in tabular format

    Hello:

    Thanks Guys

    Riz

+ 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. Convert tabular data into subtitle text file format (.srt) UTF-8
    By sabha in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-22-2018, 11:18 AM
  2. Replies: 3
    Last Post: 11-02-2017, 10:01 AM
  3. [SOLVED] Macro to Format Store Data in a Tabular Format
    By prkhan56 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-14-2015, 04:38 AM
  4. Replies: 4
    Last Post: 07-29-2014, 03:45 PM
  5. [SOLVED] Look UP Formula For Cross Tabular Format
    By Bryceston in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-05-2014, 02:25 AM
  6. Transpose data into a tabular format
    By fausto1234 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-09-2012, 02:04 AM
  7. How to Convert Matrix format data into tabular format data
    By nishchints in forum Excel General
    Replies: 1
    Last Post: 02-22-2012, 03:53 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