+ Reply to Thread
Results 1 to 8 of 8

Increment Sheets, but keep cell reference the same on drag

  1. #1
    Registered User
    Join Date
    02-27-2013
    Location
    Udaipur, India
    MS-Off Ver
    Excel:Mac:2008
    Posts
    11

    Increment Sheets, but keep cell reference the same on drag

    Hi all,

    I'm sorry if this question is redundant, but i'm struggling with the references I've seen. I'm trying to drag/copy a cell with the formula = ='1'!$C$12. Ultimately I want '2', '3', etc. I'm aware that I can use =INDIRECT(), but i'm clueless when it comes to putting the appropriate values in. I've tried to replicate formulas I've seen in other threads with no success. Any help will be greatly appreciated.

    Best

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Increment Sheets, but keep cell reference the same on drag

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Drag it down..........


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Increment Sheets, but keep cell reference the same on drag

    hi there. so do you want to copy your formulas down or to the right? for copying down:
    =INDIRECT("'"&ROW(1:1)&"'!$C$12")
    to copy to the right:
    =INDIRECT("'"&COLUMN(A:A)&"'!$C$12")

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  4. #4
    Registered User
    Join Date
    02-27-2013
    Location
    Udaipur, India
    MS-Off Ver
    Excel:Mac:2008
    Posts
    11

    Re: Increment Sheets, but keep cell reference the same on drag

    Thank you both so much! Can you explain the process? I'd like to understand why you're putting inputs in certain areas. If not, that's cool too. I appreciate the help!

  5. #5
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Increment Sheets, but keep cell reference the same on drag

    Quote Originally Posted by Alostsoul View Post
    why you're putting inputs in certain areas
    Not sure what do you mean by the above quoted sentence

  6. #6
    Registered User
    Join Date
    02-27-2013
    Location
    Udaipur, India
    MS-Off Ver
    Excel:Mac:2008
    Posts
    11

    Re: Increment Sheets, but keep cell reference the same on drag

    If I wanted to replicate this on my own how would I know what to write. When you used "Row (A1)", why 'A1',etc? I'm trying to figure out what the formula means. Thank you so much!

  7. #7
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Increment Sheets, but keep cell reference the same on drag

    just put it in a separate cell and see

    =ROW(1:1)
    =Row(A1)

    Both will result 1 as result and when you drag it down then the reference will get rotated to 2:2 and a2 like that the increment will happen when it is dragged to next row.

    This part "'" we are adding on precaution, if suppose the sheet name consist the space then it needs to be referred with a single quote, so in better practice mentioning the "'" is a safer approach.
    INDIRECT("'"&

    I believe you are aware of the rest of our approaches in the suggested formula.

  8. #8
    Registered User
    Join Date
    02-27-2013
    Location
    Udaipur, India
    MS-Off Ver
    Excel:Mac:2008
    Posts
    11

    Re: Increment Sheets, but keep cell reference the same on drag

    Okay, thank you that clarifies everything! Appreciate it!

+ 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