+ Reply to Thread
Results 1 to 2 of 2

trying to make Vertical-Horizontal Flip....but how ?

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    06-03-2010
    Location
    Jeddah, Saudi Arabia
    MS-Off Ver
    Excel 2013
    Posts
    135

    trying to make Vertical-Horizontal Flip....but how ?

    hi to all experts,

    I am wondering the way to flip horizontal values to vertical values :

    here I want : in curve sheet, range A2 to A12 all data should be link from

    Data Sheet range B1 to L1 respectively & the same formula for Curve Sheet Column B & C.

    I tried my self to define a Index Formula but i failed. In this regard i need your help pls.

    Thanks

    Irfan Khan


    Note : I know the Transpose command
    for review please check my example sheet as attached.
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    11-07-2012
    Location
    .
    MS-Off Ver
    2003 - 2013 for Windows
    Posts
    121

    Re: trying to make Vertical-Horizontal Flip....but how ?

    Hello,

    In cell A2 use

    =INDEX(Data!$1:$1,ROW(A2))

    copy down. This gets you the dates. For the other values, use a different row, for example for the BL cost use

    =INDEX(Data!$2:$2,ROW(A2))

    and for the actual cost use

    =INDEX(Data!$3:$3,ROW(A2))

    You can combine the Index formula with a calculation, for example for the percentage in column D, use

    =INDEX(Data!$2:$2,ROW(A2))/Data!$L$2

    and for the percentage in column E use

    =INDEX(Data!$3:$3,ROW(A2))/Data!$L$2

    All formulas start in row 2 and need to be copied down.
    regards, LMP

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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