+ Reply to Thread
Results 1 to 4 of 4

Copy range from other sheet

  1. #1
    Registered User
    Join Date
    08-27-2013
    Location
    Montreal
    MS-Off Ver
    Excel 2010
    Posts
    2

    Copy range from other sheet

    Hi guys, new to the forum and I need a little help.

    Here is my issue:
    in cell B99 the formula is =B98+SUM('SAV Daily'!B25:B29)-SUM('SAV Daily'!C25:C29)
    I want to copy/paste the formula to B100 and I get
    =B99+SUM('SAV Daily'!B26:B30)-SUM('SAV Daily'!C26:C30)
    But I want this result
    =B99+SUM('SAV Daily'!B30:B34)-SUM('SAV Daily'!C30:C34)

    How can it be done without doing VB

    Thanks

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Copy range from other sheet

    In first cell

    =B98+SUM(INDEX('SAV Daily'!B:B,20+ROW(A1)*5):INDEX('SAV Daily'!B:B,24+ROW(A1)*5))-SUM(INDEX('SAV Daily'!C:C,20+ROW(A1)*5):INDEX('SAV Daily'!C:C,24+ROW(A1)*5))

    Copy down
    Life's a spreadsheet, Excel!
    Say thanks, Click *

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

    Re: Copy range from other sheet

    Put this in B99:

    =B98+SUM(INDIRECT("'SAV Daily'!B"&20+ROWS($1:1)*5&":B"&24+ROWS($1:1)*5)-SUM(INDIRECT("'SAV Daily'!C"&20+ROWS($1:1)*5&":C"&24+ROWS($1:1)*5)

    then you will be able to copy it down to successive rows.

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    08-27-2013
    Location
    Montreal
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Copy range from other sheet

    Thanks guy, that is very helpful and learnful

+ 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. Creating a copy button to copy range of cells to a different sheet
    By 5degrees in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-15-2013, 12:21 PM
  2. [SOLVED] Copy range from multiple sheets, into a master sheet and moving over by variable col range
    By g1eagle in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-23-2012, 01:36 PM
  3. [SOLVED] Search for heading in data sheet and copy range to corresponding sheet in master workbook
    By sans in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 07-07-2012, 10:02 AM
  4. [SOLVED] Macro: Dynamic creation of sheet based on cell value then copy range to the new sheet
    By BeachRock in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 03-15-2012, 11:31 AM
  5. Copy dynamic range from previous sheet and paste after last used row in a range
    By Mistweaver in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-04-2010, 06:24 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