+ Reply to Thread
Results 1 to 5 of 5

Need formula 2 Column to One Column

  1. #1
    Registered User
    Join Date
    02-08-2013
    Location
    Sri Lanka
    MS-Off Ver
    Excel 2016
    Posts
    20

    Need formula 2 Column to One Column

    forum.png

    I need to get ( Name, Gender, Poition, Manage to one column Row by row. one after another)

    Can anyone give formula for this. I'm not expert excel formulas.
    Last edited by lgchandana; 10-02-2018 at 08:21 PM.

  2. #2
    Forum Contributor
    Join Date
    09-19-2018
    Location
    USA
    MS-Off Ver
    2016
    Posts
    208

    Re: Need formula 2 Column to One Column

    If that's all your data, then in C14 thru C17 use:

    =A14
    =B14
    =A15
    =B15

    If this isn't an actual representation of your data, provide more details.

  3. #3
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,373

    Re: Need formula 2 Column to One Column

    Consider your table on ranges A1 to B2, put this on D1 and copied down :

    =OFFSET($A$1,MOD(ROW()-ROW($A$1),ROWS($A$1:$A$2)),TRUNC((ROW()-ROW($A$1))/ROWS($A$1:$A$2)),1,1)
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    09-19-2018
    Location
    USA
    MS-Off Ver
    2016
    Posts
    208

    Re: Need formula 2 Column to One Column

    Azumi, your function returns

    NAME
    POSITION
    GENDER
    MANAGE

    OP is looking for

    NAME
    GENDER
    POSITION
    MANAGE

    Assuming data starts in A1 and proceeds down columns A and B, this formula should work in C1 and filled down:

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  5. #5
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,373

    Re: Need formula 2 Column to One Column

    Deleted Post
    Last edited by azumi; 10-03-2018 at 12:42 AM.

+ 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: 05-31-2018, 12:39 PM
  2. Replies: 7
    Last Post: 06-01-2015, 07:19 AM
  3. Replies: 3
    Last Post: 02-13-2013, 04:05 PM
  4. [SOLVED] Delete Cell Numbers of Column B From Column A (Column B Small and Column A too big)
    By it_electronics2000 in forum Excel General
    Replies: 5
    Last Post: 04-06-2012, 12:02 PM
  5. [SOLVED] Delete Cell Numbers of Column B From Column A (Column B Small and Column A too big)
    By it_electronics2000 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 04-06-2012, 11:19 AM
  6. [SOLVED] Delete Cell Numbers of Column B From Column A (Column B Small and Column A too big)
    By it_electronics2000 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 04-06-2012, 11:18 AM
  7. [SOLVED] Delete Cell Numbers of Column B From Column A (Column B Small and Column A too big)
    By it_electronics2000 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-06-2012, 11:13 AM

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