+ Reply to Thread
Results 1 to 3 of 3

Quick way of copying cell references but referecing different rows

Hybrid View

  1. #1
    Registered User
    Join Date
    10-07-2014
    Location
    Norwich, England
    MS-Off Ver
    365
    Posts
    58

    Quick way of copying cell references but referecing different rows

    Apologies, I probably haven't explained this very well in my heading.

    I have two spreadsheets, one containing lots of resourcing data and the other summing them by team / project.

    In my data sheeet I have about 50 projects all configured in exactly the same way. There are fifteen rows per project (a project name and then 14 different technical teams) with a row space between projects.

    In my summary sheet I am referencing the data sheet. As my project / team rows are always 16 rows apart, I wondered if there's a way of just copying the formula above but adding 16 rows to it.

    So in one cell I reference

    =Sheet1!B41

    and in the next I reference

    =Sheet1!B41 + 16 rows = B57

    Is this possible? Thanks in advance

  2. #2
    Registered User
    Join Date
    10-07-2014
    Location
    Norwich, England
    MS-Off Ver
    365
    Posts
    58

    Re: Quick way of copying cell references but referecing different rows

    I think I can do this using the OFFSET function but just can't work out how to use it...

  3. #3
    Registered User
    Join Date
    03-18-2015
    Location
    Windsor, England
    MS-Off Ver
    2013
    Posts
    13

    Re: Quick way of copying cell references but referecing different rows

    Something like:

    =INDIRECT("Sheet1!B"&(ROW()*16)+25)

    Entered in A1 and copied down...?

+ 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 referecing cell with a variable
    By howwwie in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-19-2011, 01:19 AM
  2. Replies: 1
    Last Post: 10-11-2010, 02:28 PM
  3. Quick key for copying cell to the right?
    By Onestopfanshop in forum Excel General
    Replies: 5
    Last Post: 07-17-2010, 06:00 AM
  4. Replies: 2
    Last Post: 12-08-2007, 09:29 PM
  5. [SOLVED] Quick view of Cell References??
    By Mariano in forum Excel General
    Replies: 5
    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