+ Reply to Thread
Results 1 to 3 of 3

Transpose copy

Hybrid View

  1. #1
    Mika
    Guest

    Transpose copy

    Hi,


    I have a table in columns A trough E and the data in columns C and D,
    I need to repeat and copy in a sigle column(column p for instance) in
    this order:


    d1
    d1
    c1
    c1
    d2
    d2
    c2
    c2
    ..
    ..
    ..
    I was trying with an expresion like: =INDEX($D:$D,(ROW())) for and easy

    copy but can not figure out a proper formula (I need formulas in the
    cells not values)... any help ?


  2. #2
    Herbert Seidenberg
    Guest

    Re: Transpose copy

    Enter this formula and copy down:
    ="^="&CHAR(67+IF(MOD(ROW()-1,4)<2,1,0))&FLOOR((ROW()-1)/4,1)+1
    Paste Special > Value
    Then Find/Replace the caret character


  3. #3
    Mika
    Guest

    Re: Transpose copy

    Prima !!!

    it worked like a charm !

    Mika


+ 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