+ Reply to Thread
Results 1 to 6 of 6

Conversion of function from Rows to Columns

  1. #1
    Registered User
    Join Date
    03-01-2018
    Location
    Brno, Czech Republic
    MS-Off Ver
    MS Office 2013
    Posts
    20

    Conversion of function from Rows to Columns

    Dear Excel Gurus,

    I'm struggling with simple task cause I'm apparently very stupid, so I'd desperately like to ask you to help me: I want to transfer value of function from Row to Column (E2 to B2; G2 to B3; I2 to B4... see attached picture). That's all. I'm also attaching corresponding Excel sheet. Thank you for your help, you could save my life!
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    03-01-2018
    Location
    Brno, Czech Republic
    MS-Off Ver
    MS Office 2013
    Posts
    20

    Re: Conversion of function from Rows to Columns

    Note: Simple function =(B2)=E2; (B3)=G2 won't help, cause I need to sort huge amount of data like that.

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Conversion of function from Rows to Columns

    b2=IFERROR(INDEX($E$2:$M$3,MATCH(B$1,$D$2:$D$3,0),MATCH($A2,$E$1:$M$1,0)),"")

    Copy and paste the above across B2:C6
    OR Try below in B2
    =IFERROR(VLOOKUP(B$1,$D$2:$M$3,MATCH($A2,$D$1:$M$1,0)),"")
    Last edited by samba_ravi; 06-26-2019 at 03:13 AM.
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Registered User
    Join Date
    03-01-2018
    Location
    Brno, Czech Republic
    MS-Off Ver
    MS Office 2013
    Posts
    20

    Re: Conversion of function from Rows to Columns

    That's exactly what I was looking for! You're genious! Thank you for your quick response!!!

  5. #5
    Registered User
    Join Date
    03-01-2018
    Location
    Brno, Czech Republic
    MS-Off Ver
    MS Office 2013
    Posts
    20

    Re: Conversion of function from Rows to Columns

    I've got further extension to this task: is there any formula for sorting of results placed in H2:P10 to C2:D11. For example result J7 (2,L1,B) would be automatically positioned in C8? Thank you very much for the help!Attachment 629767
    Attached Files Attached Files

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

    Re: Conversion of function from Rows to Columns

    Try pasting the following into cell C2 then drag the fill handle over and down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. Replies: 3
    Last Post: 06-17-2014, 12:07 AM
  2. Fill Function down 8 rows then over 4 Columns
    By cbrown8131 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-27-2011, 05:36 AM
  3. OFFSET function :Columns to rows
    By naturallight in forum Excel General
    Replies: 1
    Last Post: 11-25-2009, 03:47 PM
  4. function for Rows of data to Columns
    By vickinangle in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-06-2008, 05:41 PM
  5. SUM function for alternate columns/rows
    By all4excel in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-12-2007, 07:54 AM
  6. [SOLVED] Continuous conversion of data from rows to columns
    By Karaman in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-04-2005, 12:06 PM
  7. [SOLVED] Continued Conversion of data from rows to columns in a macro.
    By Karaman in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-03-2005, 12:06 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