+ Reply to Thread
Results 1 to 5 of 5

Transposing a column to several rows?

Hybrid View

ncikusa Transposing a column to... 05-21-2005, 06:10 AM
olasa This is one option (see... 05-21-2005, 07:31 AM
ncikusa Aaaaalmost... 05-21-2005, 09:25 AM
Domenic Here's one way, but it will... 05-21-2005, 10:43 AM
ncikusa Waaauuwiii 05-21-2005, 11:04 AM
  1. #1
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Here's one way, but it will involve several steps....

    F3, copied down:

    =IF((A3<>"")*(A2=""),ROW()-ROW($F$3)+1,"")

    G3, copied down and across to Column K:

    =IF(COUNTA($A3:$D3)=4,OFFSET($A$3,(LOOKUP(9.99999999999999E+307,$F$3:INDEX($F$3:$F3,MATCH(9.99999999999999E+307,$F$3:$F3)))-1)+(COLUMN()-COLUMN($G3)),0),"")

    L3, copied down and across to Column N:

    =IF($G3<>"",B3,"")

    Now, do the following...

    1) Select/highlight Columns G through N

    2) Edit > Copy > Edit > Paste Special > Values > Ok

    3) Select/highlight Columns G through K

    4) Edit > Go To > Special > Constants > check 'Numbers' only (uncheck the others) > Ok

    5) Edit > Clear > Contents

    6) Select/highlight Column F

    7) Edit > Clear > Contents

    Hope this helps!

  2. #2
    Registered User
    Join Date
    05-21-2005
    Posts
    19

    Waaauuwiii

    Many thx, to both of you!

    And Domenic, I got it! :-)






    I'm gonna be using this forum some more in the future :-)



    ncikusa

+ 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