+ Reply to Thread
Results 1 to 3 of 3

Formular to copy data

  1. #1
    Forum Contributor
    Join Date
    02-11-2016
    Location
    tanzania
    MS-Off Ver
    2007
    Posts
    319

    Formular to copy data

    Hi friends
    is there any simple formular to copy data from horizontal to vertically apart from transpose?
    I have data in cell A1 to D1
    i want to copy in cell E2 to E6
    i hope i will get assistance from any experts

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Formular to copy data

    Something like this?
    A
    B
    C
    D
    E
    1
    aa bb cc dd
    2
    aa
    3
    bb
    4
    cc
    5
    dd
    6

    E2=IFERROR(INDEX($A$1:$D$1,,ROWS($A$1:A1)),"")
    copied down
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Formular to copy data

    Happy to help, thanks for the feedback

+ 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. Formular to copy data vertically
    By issa.o in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-05-2016, 12:02 AM
  2. Complicated formular. Formular, remove text if available
    By TheTrooper1 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-02-2014, 12:39 PM
  3. [SOLVED] Replacing a date formular result with another formular
    By stpeter in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-06-2013, 06:27 PM
  4. Autofill error of Copy down formular from the row above
    By coolwater in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-24-2012, 06:37 AM
  5. copy down formular from the row above
    By coolwater in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 02-09-2012, 12:32 PM
  6. Replies: 1
    Last Post: 07-28-2009, 06:51 AM
  7. formular copy &paste disfunction
    By gsheets in forum Excel General
    Replies: 0
    Last Post: 10-09-2006, 03:18 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