+ Reply to Thread
Results 1 to 9 of 9

HELP - Referencing cells from different sheets using fixed increment

Hybrid View

  1. #1
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: HELP - Referencing cells from different sheets using fixed increment

    Hi,

    Something like this copied down.

    Formula: copy to clipboard
    =OFFSET('Export Invoices'!C35,ROW()*40-40,0)


    You'll need to adjust the ROW() reference as necessary. This assumes the formula starts in C1. Were ut to start in say C3 you'd need to 'rebalance' it with a -2 correction. i.e.

    Formula: copy to clipboard
    =OFFSET('Export Invoices'!C35,(ROW()-2)*40-40,0)
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  2. #2
    Registered User
    Join Date
    03-01-2014
    Location
    Canada
    MS-Off Ver
    Excel 2011 OSX
    Posts
    5

    Re: HELP - Referencing cells from different sheets using fixed increment

    Hey, Thanks for the quick reply!
    I tried it and it doesn't seem to work properly.. for some reason it jumped ahead 500 rows when i dragged it down..
    Am I missing something?

    Thanks a bunch

    Edit: Also, I am not mirroring formulas, simply alphanumeric values.

+ 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: 2
    Last Post: 03-23-2012, 07:41 AM
  2. Maintain Formatting when referencing cells from other sheets
    By joninmal in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-11-2010, 05:10 AM
  3. Replies: 13
    Last Post: 08-03-2009, 12:20 PM
  4. [SOLVED] formula referencing same cells but different sheets
    By jmosso in forum Excel General
    Replies: 2
    Last Post: 02-21-2008, 02:40 PM
  5. [SOLVED] Referencing cells on non-active sheets
    By KellyB in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-14-2005, 03:06 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