+ Reply to Thread
Results 1 to 2 of 2

Copying cells

Hybrid View

  1. #1
    Registered User
    Join Date
    12-22-2011
    Location
    Loxton, Australia
    MS-Off Ver
    Excel 2016
    Posts
    32

    Copying cells

    I have a cell that is using the following formula
    =INDIRECT("'"&$B$2&"'!c14") in cell c10

    i want to copy this formula into celss C11 and C12 so that it changes and reads from cells C15 and C16. Even with out the $ signs it still stays the same as I copy it across. Is it possible to do this with and 'indirect' formula?

    Find attached excel document. The worksheet student record is the one I am referring to.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,943

    Re: Copying cells

    One way:
    =INDIRECT("'"&$B$2&"'!" & ADDRESS(ROW()+4,3,4))
    Ben Van Johnson

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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