+ Reply to Thread
Results 1 to 5 of 5

Reference every 4th row

  1. #1
    Forum Contributor
    Join Date
    04-21-2009
    Location
    England
    MS-Off Ver
    Excel 2016
    Posts
    710

    Reference every 4th row

    Hi all in Column B I have my list (From B3 to B1000)

    In column J i want to reference every 4th cell (So B3, B7, B11, B15 and so on). In K I want to reference B4, B8, B12, B16, in L I want to reference B5,B9,B13,B17 etc and in M I want to reference B6,B10,B14,B18 and so on.

    I can't do this with paste formulas or dragging the cells down - can anyone advise a quick way to do this?

  2. #2
    Forum Expert
    Join Date
    11-22-2016
    Location
    Cornwall,UK
    MS-Off Ver
    office 365
    Posts
    4,240

    Re: Reference every 4th row

    in J2 copy down
    =INDIRECT(ADDRESS(((ROW()-1)*4-1),2))


    To understand how it works, put this in a cell in row 2 and copy down:
    =(ROW()-1)*4-1
    If the cell requiring B3 is not J2, amend this element of the formula

    After understanding how it works, you shuld be able to adapt to to columns K,L & M
    Last edited by kev_; 10-26-2017 at 06:03 AM.
    Click *Add Reputation to thank those who helped you. Ask if anything is not clear

  3. #3
    Forum Expert leelnich's Avatar
    Join Date
    03-20-2017
    Location
    Delaware, USA
    MS-Off Ver
    Office 2016
    Posts
    2,807

    Re: Reference every 4th row

    Hi all- Paste this in J3, drag across to M3 then copy down:
    Please Login or Register  to view this content.
    Clicking the Add Reputation star below helpful posts is a great way to show your appreciation.
    Please mark your threads as SOLVED upon conclusion (Thread Tools above Post # 1). - Lee

  4. #4
    Forum Contributor
    Join Date
    04-21-2009
    Location
    England
    MS-Off Ver
    Excel 2016
    Posts
    710

    Re: Reference every 4th row

    Many thanks

  5. #5
    Forum Expert leelnich's Avatar
    Join Date
    03-20-2017
    Location
    Delaware, USA
    MS-Off Ver
    Office 2016
    Posts
    2,807

    Re: Reference every 4th row

    No problem, happy to help! Thank you for the rep. - Lee

+ 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. Replies: 1
    Last Post: 08-14-2015, 02:49 AM
  2. Indirect Sheet reference with cell reference left function and text
    By teststrip in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-01-2015, 10:31 AM
  3. [SOLVED] Locked formula changes reference when rows added to reference sheet in same workbook
    By macrorookie in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-19-2014, 04:08 PM
  4. Replies: 3
    Last Post: 05-13-2009, 11:51 PM
  5. Replies: 0
    Last Post: 11-15-2007, 02:35 AM
  6. Making VLookup Absolute reference and deleting worksheet reference question
    By crowdx42 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-24-2006, 12:45 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