+ Reply to Thread
Results 1 to 5 of 5

Drag cell to right.. maintain same column values

  1. #1
    Registered User
    Join Date
    08-20-2012
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    16

    Drag cell to right.. maintain same column values

    Hi,

    I have a cell that is:
    ='2019 Run Sheet'!$I48*25
    When I drag that cell to the right it becomes:

    ='2019 Run Sheet'!J48*25

    I want it to become:

    ='2019 Run Sheet'!$I49*25

    Anyone know a sneaky way to achieve this?

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: Drag cell to right.. maintain same column values

    One way:

    =INDEX(Sheet2!$I$148:$I$154,COLUMNS($A:A))
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Drag cell to right.. maintain same column values

    How sneaky did you want it? Tip-toe sneaky or "Give me a break!" sneaky?

    =INDIRECT("'2019 Run Sheet'!I"&48+(COLUMNS($J$1:J$1)-1))*25
    Dave

  4. #4
    Registered User
    Join Date
    08-20-2012
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Drag cell to right.. maintain same column values

    Thanks peoples, your assistance is greatly appreciated

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: Drag cell to right.. maintain same column values

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ 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: 1
    Last Post: 11-07-2018, 05:48 PM
  2. VBA Code to drag down cell values
    By norseman1 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-28-2016, 03:40 PM
  3. Replies: 2
    Last Post: 11-05-2015, 11:58 AM
  4. Replies: 2
    Last Post: 04-07-2015, 04:01 PM
  5. Replies: 6
    Last Post: 03-12-2015, 01:35 AM
  6. Unable to drag the values in a cell
    By shafika.tkm in forum Excel General
    Replies: 1
    Last Post: 07-17-2013, 01:03 PM
  7. Drag Formula but Maintain References
    By kaiouji in forum Excel General
    Replies: 2
    Last Post: 01-02-2011, 06:19 AM

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