+ Reply to Thread
Results 1 to 11 of 11

Copy excel formula to increment columns

  1. #1
    Registered User
    Join Date
    12-19-2019
    Location
    Sarajevo
    MS-Off Ver
    2016
    Posts
    3

    Copy excel formula to increment columns

    Hello,

    i need help with copying excel formula across rows:

    A B C D
    1 =B1
    2 =C1
    3 =D1
    4 =B2
    5 =C2
    6 =D2

    and so on.

    I need this without macros.
    Last edited by AliGW; 12-07-2020 at 06:40 AM. Reason: Title updated

  2. #2
    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
    81,284

    Re: Copy excel formula

    Welcome to the forum.

    What's the formula?
    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.

  3. #3
    Registered User
    Join Date
    12-19-2019
    Location
    Sarajevo
    MS-Off Ver
    2016
    Posts
    3

    Re: Copy excel formula to increment columns

    Text formatting destroyed my example.

    So
    A1 needs to be = B1
    A2 needs to be = C1
    A3 needs to be = D1
    A4 needs to be = B2
    A5 needs to be = D2
    A6 needs to be = C2
    and so on for 10000 rows.

  4. #4
    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
    81,284

    Re: Copy excel formula to increment columns

    ... and what is the formula???

    It's not quite clear what you want.

  5. #5
    Registered User
    Join Date
    12-19-2019
    Location
    Sarajevo
    MS-Off Ver
    2016
    Posts
    3

    Re: Copy excel formula to increment columns

    Hmmm.

    In field A1 i enter formula =B1
    In filed A2 i enter formula =C1
    In filed A3 i enter formula =D1
    but when i try to drag down or copy this formula to A4, A5, A6 it looks like this:
    A4 = B4 and i need it to be B2.

    Attachment 707535


    How to make this work?

  6. #6
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Copy excel formula to increment columns

    Your attachment does not work. Try attaching an actual Excel workbook. Instructions are in the 'gold' banner at the top of each page.

    In the meantime this is just a guess. In cell A1 and filled down.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Dave

  7. #7
    Registered User
    Join Date
    12-29-2020
    Location
    Pleasanton, Tx
    MS-Off Ver
    Microsoft Office 365
    Posts
    1

    Re: Copy excel formula to increment columns

    I believe you need =TRANSPOSE(array). In the array you would highlight the cells that are the constant. There is a video if you google "Top 15 Advanced Excel 2016 Tips and Tricks". Hope it helps!

  8. #8
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,602

    Re: Copy excel formula to increment columns

    In A1 then copy down

    =INDEX($B$1:$D$100,1+INT((ROWS($A$1:$A1)-1)/3),1+MOD((ROWS($A$1:$A1)-1),3))
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  9. #9
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Australia
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,469

    Re: Copy excel formula to increment columns

    You can also try another method
    A1 cell formula , drag down

    HTML Code: 

  10. #10
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Copy excel formula to increment columns

    ---Deleted----
    Last edited by Limor_OP; 01-02-2021 at 09:01 AM.

  11. #11
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,791

    Re: Copy excel formula to increment columns

    Here's a non-volatile solution, which you can put in A1:

    =INDEX(B:D,INT((ROWS($1:1)-1)/3)+1,MOD(ROWS($1:1)-1,3)+1)

    then copy down as far as you need to.

    Hope this helps.

    Pete

+ 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. VBA; Formula from Excel to VBA- How do I 'copy' formula to other cells in VBA
    By Elland in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 11-26-2018, 04:22 PM
  2. Excel FORMULA to copy visible cells in excel
    By johnfayek in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-16-2017, 02:19 AM
  3. VBA Excel from Access copy formula and exiting Excel
    By m1975michael in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-02-2014, 10:47 AM
  4. Replies: 2
    Last Post: 03-21-2014, 11:43 AM
  5. Excel Copy and Paste Formula
    By Celticshadow in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-27-2011, 09:35 AM
  6. Excel formula does not copy over
    By cruzio in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-07-2007, 12:47 PM
  7. Excel Formula Copy
    By Jennifer in forum Excel General
    Replies: 2
    Last Post: 01-05-2006, 01:10 PM

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