+ Reply to Thread
Results 1 to 11 of 11

Link the same row but shift the contents down one row and across one column

  1. #1
    Registered User
    Join Date
    01-17-2016
    Location
    London, England
    MS-Off Ver
    2013
    Posts
    25

    Link the same row but shift the contents down one row and across one column

    Hi,

    I have a simple problem but can't work out a quick way to do this:

    Lets say I have two sheets:

    Sheet 1: Numbers 1, 2, 3, 4, 5, 6 etc going across the columns
    Sheet 2: On this sheet I want to link so that in A1 is 1, A2 is 2, A3 is 3 etc; in B2 is 1, B3 is 2 etc....

    In other words, I want to link the same row into excel each time but shift it down one row, and across one column. I know I could link the start of the row each time and drag right but wondered if there was a better method?

    Thanks
    Last edited by rodeam; 09-14-2016 at 10:23 AM.

  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 2406
    Posts
    44,662

    Re: Waterfall

    Use this:

    =INDEX(Sheet1!$1:$1,,ROWS($1:1))

    copy down until 0s appear
    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

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

    Re: Waterfall

    Or, if you want to get rid of the 0s, then use:

    =IFERROR(1/(1/Sheet1!INDEX($1:$1,,ROWS($1:1))),"")

  4. #4
    Registered User
    Join Date
    01-17-2016
    Location
    London, England
    MS-Off Ver
    2013
    Posts
    25

    Re: Waterfall

    Hi Glenn,

    I've attached an excel just to be clear. Will your formula work with this?

    Thanks
    Attached Files Attached Files

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Waterfall

    Please take a moment to read the forum rules and then amend your thread title to something descriptive of your problem - not what you think the answer might be. (think google search terms?). Once you have done this please send me a PM and I will remove this request. (Also, include a link to your thread - copy from the address bar)

    Many members search our previous posts, and thread titles play a big part of the search. I doubt anybody would do a search based on your title?

    To change a Title on your post, click EDIT POST then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    (note: this change is not optional )
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

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

    Re: Link the same row but shift the contents down one row and across one column

    Ah, no. But this does...

    =IFERROR(1/(1/OFFSET(Sheet1!$E$2,,COLUMNS($A:A)-ROWS($1:1))),"")

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

    Re: Waterfall

    I've just seen Post #5. Please DO attend to this request. A suitable title may be "transpose and offset a range of cells"

  8. #8
    Registered User
    Join Date
    01-17-2016
    Location
    London, England
    MS-Off Ver
    2013
    Posts
    25

    Re: Link the same row but shift the contents down one row and across one column

    Thank you, that's great!

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

    Re: Link the same row but shift the contents down one row and across one column

    You're welcome. Thanks for amending your title & thanks for the Reputation added.

  10. #10
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Link the same row but shift the contents down one row and across one column

    Thanks for the title change

  11. #11
    Valued Forum Contributor
    Join Date
    06-21-2013
    Location
    Bangladesh
    MS-Off Ver
    Excel 2000, Excel XP, Excel 2002, Excel 2007, Excel 2010, Excel 2013
    Posts
    975

    Re: Link the same row but shift the contents down one row and across one column

    Another attempt without Offset:
    On D5 :
    Please Login or Register  to view this content.
    Now copy down and right.

+ 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. Waterfall Chart
    By FM1 in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 11-29-2013, 02:51 AM
  2. waterfall chart
    By nicko54 in forum Excel General
    Replies: 1
    Last Post: 02-19-2010, 12:50 PM
  3. Waterfall chart
    By wjviveen in forum Excel Charting & Pivots
    Replies: 7
    Last Post: 11-25-2009, 10:18 AM
  4. Waterfall within a waterfall
    By Drew Goldberg in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 05-31-2009, 07:50 AM
  5. Waterfall charts
    By EsKay! in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 12-30-2008, 11:54 PM
  6. 3D Waterfall
    By Chase in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 07-07-2005, 05:05 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