+ Reply to Thread
Results 1 to 9 of 9

Skipping rows

  1. #1
    Registered User
    Join Date
    06-14-2013
    Location
    Boston
    MS-Off Ver
    Excel 2007
    Posts
    8

    Skipping rows

    I have a 30 year amortization table on one sheet. On a master sheet, I want the ending principle balance for each year. For example beg balance for 2015 is in cell F15 the ending balance for 2015 in cell F27 and then ending balance for 2016 is 12 rows later, in cell F39.

    Hence on the master sheet, I want to pull in F15 and every value 12 rows later. Any suggestions ?

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Skipping rows

    Try

    =INDEX('amortization sheet'!F:F,(ROWS(A$1:A1)-1)*12+15)

    Don't change ROWS(A$1:A1), it has nothing to do with your data.
    *12 is the interval - every 12 rows
    +15 is the beginning Row #.

  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: Skipping rows

    =OFFSET('Amortization sheet'!$F$15,(ROWS($1:1)-1)*12,,)

    should do it... Drag down.
    Last edited by Glenn Kennedy; 06-01-2015 at 11:30 AM. Reason: I referred to wrong sheet
    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

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Skipping rows

    Note, it was unclear in your post which sheet was which.
    You only named 'Master'
    But is Master the sheet where you want to put these formulas, or the sheet that contains the values you want to retrieve?

    My formula assumed Master is where the formulas go, and 'amortization sheet' is the sheet that contains the values you want to retrieve.

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

    Re: Skipping rows

    Jonmo - I think your guess about the sheet name was closer than mine (I edited mine later to match yours). In any event; both formulas will do the job.

  6. #6
    Registered User
    Join Date
    06-14-2013
    Location
    Boston
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Skipping rows

    Master sheet is where I am entering the formula. Sorry about the confusion

  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: Skipping rows

    yea - but what's the name of the sheet you're pulling it FROM

  8. #8
    Registered User
    Join Date
    06-14-2013
    Location
    Boston
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Skipping rows

    That tab is called "amortization schedule"

  9. #9
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Skipping rows

    Quote Originally Posted by aliabdullah20 View Post
    That tab is called "amortization schedule"
    Great, so just take either formula posted, and change the sheetname accordingly.

+ 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. Transposing columns to rows (while skipping rows)
    By mctighe in forum Excel General
    Replies: 0
    Last Post: 02-09-2015, 03:19 PM
  2. Replies: 14
    Last Post: 01-19-2014, 05:42 AM
  3. [SOLVED] numbering rows but skipping blank rows
    By cprpacific in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-21-2013, 03:10 PM
  4. [SOLVED] Autofill formula down rows with skipping rows
    By vickybarda1 in forum Excel General
    Replies: 7
    Last Post: 08-28-2012, 11:52 AM
  5. Replies: 2
    Last Post: 03-17-2011, 02:51 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