+ Reply to Thread
Results 1 to 4 of 4

Formula to move Column to a Row

  1. #1
    Registered User
    Join Date
    10-26-2012
    Location
    minnesota
    MS-Off Ver
    Excel 2013
    Posts
    16

    Formula to move Column to a Row

    I am looking for a formula that i can just copy and paste that will take data thats in a column and put it into a row for example

    A B C D
    1 50
    2 125
    3 175
    4 40
    5 30


    A Forumla that would put it like this

    A B C D E F G H I J K
    1 50 125 175 40 30
    2
    3
    4
    5

    Thank you
    Last edited by blimes; 02-01-2017 at 11:44 AM.

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Formula to move Column to a Row

    Like this...

    Data Range
    A
    B
    C
    D
    E
    F
    G
    1
    50
    50
    125
    175
    40
    30
    2
    125
    3
    175
    4
    40
    5
    30
    6
    -----
    -----
    -----
    -----
    -----
    -----
    -----


    This formula entered in B1:

    =IFERROR(INDEX($A1:$A5,COLUMNS($B1:B1)),"")

    Copy across until you get blanks.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    10-26-2012
    Location
    minnesota
    MS-Off Ver
    Excel 2013
    Posts
    16

    Re: Formula to move Column to a Row

    Thanks how would a person do that and put 3 spaces between each number??
    Thanks

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,704

    Re: Formula to move Column to a Row

    Do you mean 3 blank columns between each of the numbers that you have, or do you mean that a number like 175 in a cell would become 1...7...5 where the full-stops represent spaces?

    Pete

+ 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: 1
    Last Post: 06-30-2016, 12:36 PM
  2. [SOLVED] Move Name from one column to another using a formula
    By HangMan in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-02-2013, 03:51 PM
  3. [SOLVED] Why does the formula move when I move the column
    By ag6 in forum Excel General
    Replies: 5
    Last Post: 04-21-2012, 04:56 PM
  4. Move Formula/Macro from column on one sheet to column(s) on another
    By getoffdee in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 01-22-2012, 03:34 PM
  5. Replies: 4
    Last Post: 10-27-2010, 04:58 PM
  6. [SOLVED] How do I move only value producing formula to another column ??
    By colwyn in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-24-2008, 02:41 PM
  7. [SOLVED] Move column values w/o formula
    By Greg in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-01-2005, 06: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