+ Reply to Thread
Results 1 to 5 of 5

Copy formula down column with a non sequential reference

  1. #1
    Registered User
    Join Date
    03-05-2019
    Location
    Cannock, England
    MS-Off Ver
    O365 auto update, so latest version
    Posts
    17

    Thumbs down Copy formula down column with a non sequential reference

    Hello

    I am trying to copy a formula down a column, but the reference on another sheet does not run in the same sequence as the cells it is to be copied into

    It's the basic SUM formula, but the original sheet has the information in cells A3 then A6, A9 etc. But the data needs to be used in a formula where the cells used will be sequential. B2, B3, B4 etc.

    Is there a quick way to get the formula to copy in this way and not replicate the original sheet?

    I have attached the sheets that I am working on, with some further notes to help anyone that can save me!!

    Thanks in advance
    Attached Files Attached Files

  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
    80,410

    Re: Copy formula down column with a non sequential reference

    Quick check - are you still using Excel 2016?

    ADVICE: get rid of ALL merged cells and normalise your data. It will make this sort of task MUCH easier.
    Last edited by AliGW; 07-14-2022 at 04:15 AM.
    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
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: Copy formula down column with a non sequential reference

    one way:

    =IFERROR(AVERAGE(INDEX(Data!$H$4:$I$888,MATCH(Results!C4,Data!$C$4:$C$888,0)+1,)),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: Copy formula down column with a non sequential reference

    or indeed:

    =IFERROR(AVERAGE(INDEX(Data!$H$5:$I$888,1+3*(ROWS(H$4:H4)-1),)),"")

    You're welcome.



    It would be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.

    Finally, if that takes care of your original question, please select "Thread Tools" from the menu link (just above the first post in the thread) and mark this thread as SOLVED.

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

    Re: Copy formula down column with a non sequential reference

    Hi,
    if you lose the Merged cells you can use this:

    Please Login or Register  to view this content.
    use the " fill in blanks " instead of the merged cells in order to repeat the same text in each cell.
    Attached Files Attached Files

+ 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. Copy and paste a sum formula but change column reference to a specific column
    By davidopoulos in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-10-2020, 06:22 AM
  2. VBA Copy from sequential workbooks into a single workbook with sequential columns
    By YeknomDude in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-03-2017, 01:40 PM
  3. Questing. How do I copy a formula down but increase column reference?
    By turbotime in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-03-2014, 02:26 PM
  4. Replies: 3
    Last Post: 01-30-2014, 05:31 AM
  5. copy formula down entire column while changing formula cell reference
    By am_hawk in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-22-2013, 11:34 AM
  6. [SOLVED] dynamic column reference, copy formula down
    By intothewild in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-03-2012, 06:19 PM
  7. Replies: 7
    Last Post: 11-12-2012, 02:46 PM

Tags for this Thread

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