+ Reply to Thread
Results 1 to 9 of 9

Drag down but offset the column value

  1. #1
    Registered User
    Join Date
    10-21-2015
    Location
    New York
    MS-Off Ver
    MS Office 2013
    Posts
    95

    Drag down but offset the column value

    Hi guys,

    I need help figuring out a formula to offset a reference.

    I need to get a value from column C1 (different sheet) into A1. I need to drag down A1, but value I need from D1, E1, F1, G1, H1 etc.

    So,

    A1 = C1
    A2 = D1
    A3 = E1
    A4 = F1
    etc.

    Any ideas? Thanks a lot!

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Drag down but offset the column value

    Try this in Sheet1!A1 and copy down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Drag down but offset the column value

    Try this...

    Entered in A1:

    =IFERROR(INDEX(Sheet1!C$1:Z$1,ROWS(A$1:A1)),"")

    Adjust for the correct end of range where I've used Z$1.

    Copy down until you get blanks.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Registered User
    Join Date
    10-21-2015
    Location
    New York
    MS-Off Ver
    MS Office 2013
    Posts
    95

    Re: Drag down but offset the column value

    Thank you Jose for your prompt response! Your formula works great.

    I also was able to figure out Offset formula. So, for my case it is OFFSET(Sheet2!$C$1,,ROW()-1)

    I try to avoid index formulas since they slower my spreadsheet.

    Thanks again! Appreciate it.

  5. #5
    Registered User
    Join Date
    10-21-2015
    Location
    New York
    MS-Off Ver
    MS Office 2013
    Posts
    95

    Re: Drag down but offset the column value

    Thanks Tony! It works great as well!

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Drag down but offset the column value

    You're welcome. Thanks for the feedback!

  7. #7
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Drag down but offset the column value

    Hi Rustam
    I am convinced that is the use of OFFSET that will make your slower sheets, not the INDEX.
    Avoid intervals referencing entire rows or entire columns
    So, in my formula you should use =INDEX(Sheet2!$A$1:$Z$1,1,ROW($A3)) adjusting needs.

  8. #8
    Registered User
    Join Date
    10-21-2015
    Location
    New York
    MS-Off Ver
    MS Office 2013
    Posts
    95

    Re: Drag down but offset the column value

    Oh, that could be the reason. Whenever I used Index, I would reference the entire column/row.
    Got it. Thanks again Jose for your feedback!

    Everyday we learn something!
    Thanks!

  9. #9
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Drag down but offset the column value

    Thanks for feedback and rep.

+ 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. [SOLVED] Drag Sum and Offset Formula
    By bchilme in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-15-2015, 12:37 PM
  2. Replies: 3
    Last Post: 06-01-2014, 10:26 AM
  3. [SOLVED] Drag Formula Across (offset 11 cells)
    By smartbuyer in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-03-2013, 01:30 AM
  4. drag offset formula with out changing values
    By cool_anu4u in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-11-2013, 11:32 AM
  5. [SOLVED] Dynamic offset as you drag formula down/across
    By brad999 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-04-2013, 01:37 PM
  6. Drag Offset Formula
    By gootie in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-21-2013, 03:16 PM
  7. [SOLVED] drag down rows that match column in different sheet, but skip every 3 cells in column
    By mbkr29 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-23-2013, 01:43 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