+ Reply to Thread
Results 1 to 7 of 7

conver(transpose)t datafrom rows into to coloumn

  1. #1
    Forum Contributor
    Join Date
    10-30-2019
    Location
    GUJARAT,INDIA
    MS-Off Ver
    MS OFFICE 2016
    Posts
    134

    conver(transpose)t datafrom rows into to coloumn

    Data of one contact record is in six rows. I want to convert this data to six columns .Expected result is shown in yellow color in attached sample file.
    (I have .vcf file exported from mobile. I tried to use .vcf to excel convertor but data written regional language is not converted so I have
    opened .vcf file in notepad and copy it to excel)

    Please help.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    03-01-2022
    Location
    Eire
    MS-Off Ver
    O365
    Posts
    57

    Re: conver(transpose)t datafrom rows into to coloumn

    It is a bit of a mystery where Version 2.1, 2.2, 2.3 came from as they are not in your source data!!

    In B1, copied across and down:

    =IFERROR(INDEX($A$1:$A$18,6*(ROWS(B$1:B1)-1)+COLUMNS($B1:B1),),"")
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    10-30-2019
    Location
    GUJARAT,INDIA
    MS-Off Ver
    MS OFFICE 2016
    Posts
    134

    Re: conver(transpose)t datafrom rows into to coloumn

    Thanks.
    I have 80000 records in col.A please suggest what change I have to do in formula.

  4. #4
    Forum Expert
    Join Date
    10-11-2021
    Location
    Netherlands
    MS-Off Ver
    365
    Posts
    1,386

    Re: conver(transpose)t datafrom rows into to coloumn

    With that amount of data you should use a macro or power query, instead of a formula

    Edit: I think I transposed it the other way around

    Please Login or Register  to view this content.
    Last edited by JEC.; 05-29-2022 at 06:33 AM.

  5. #5
    Forum Expert
    Join Date
    10-11-2021
    Location
    Netherlands
    MS-Off Ver
    365
    Posts
    1,386

    Re: conver(transpose)t datafrom rows into to coloumn

    This is the other way around

    Please Login or Register  to view this content.
    Last edited by JEC.; 05-29-2022 at 06:44 AM.

  6. #6
    Registered User
    Join Date
    03-01-2022
    Location
    Eire
    MS-Off Ver
    O365
    Posts
    57

    Re: conver(transpose)t datafrom rows into to coloumn

    Who are you talking to?

    If me...


    =IFERROR(INDEX($A$1:$A$80000,6*(ROWS(B$1:B1)-1)+COLUMNS($B1:B1),),"")

  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,916

    Re: conver(transpose)t datafrom rows into to coloumn

    Obviously you, since the question came before the contributions of the other contributor and immediately after your first post!
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ 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: 02-08-2020, 10:08 AM
  2. [SOLVED] Macro Help: Sum values in coloumn B falling between Text1 and Text2 in coloumn A
    By excel_novice2019 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-22-2019, 09:53 PM
  3. Vlookup returning first row coloumn data and not comparing rest of coloumn
    By Brapp2Smokin in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 06-26-2018, 08:24 PM
  4. [SOLVED] Count each unique value in coloumn 'a' and sum values in coloumn 'b'
    By vipin717 in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 05-06-2014, 05:25 AM
  5. [SOLVED] Tranferring tables and datafrom MS Word to excel
    By BSando in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-05-2013, 02:09 AM
  6. [SOLVED] Transpose/Transform a table to one coloumn
    By arunsparrow in forum Excel General
    Replies: 5
    Last Post: 07-11-2013, 09:23 AM
  7. how to transpose multiple raws of data in to single coloumn in excel 2007
    By abate in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-15-2013, 03:47 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