+ Reply to Thread
Results 1 to 6 of 6

INDIRECT with line intervals.

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    05-16-2012
    Location
    Latina, ITALY
    MS-Off Ver
    Excel 2010--2016
    Posts
    947

    INDIRECT with line intervals.

    I stopped to find a formula that shows me the values of another sheet at an interval of 100 lines.
    n the attached file you will find the example
    in the Data sheet in D5 I would like to report the values
    found in the SA VEN sheet starting from N80 with 100-row slots.

    I know I need to use Indirect but I couldn't set it.
    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert XLent's Avatar
    Join Date
    10-13-2010
    Location
    Northumberland, UK
    MS-Off Ver
    various
    Posts
    2,706

    Re: INDIRECT with line intervals.

    use INDEX, do not use INDIRECT.

    =INDEX('SA VEN'!N:N,80+100*(ROWS(D$5:D5)-1))
    copied down

    change , to ; per locale requirements

  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: INDIRECT with line intervals.

    In D5:

    =IFERROR(1/(1/INDEX('SA VEN'!N:N,80+100*(ROWS(D$5:D5)-1))),"")
    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

  4. #4
    Forum Expert
    Join Date
    09-30-2019
    Location
    Chiangmai, Thailand
    MS-Off Ver
    Office 2016, Excel 2019
    Posts
    1,234

    Re: INDIRECT with line intervals.

    You can try OFFSET function.

    =OFFSET('SA VEN'!$N$1,(-1)+((ROWS(D$4:D4)-1)*100)+80,,)

    Regards.

  5. #5
    Forum Contributor
    Join Date
    05-16-2012
    Location
    Latina, ITALY
    MS-Off Ver
    Excel 2010--2016
    Posts
    947

    Re: INDIRECT with line intervals.

    Perfect
    Thanks all correct 3 solutions
    Thanks to the next one
    Last edited by Berna11; 10-21-2019 at 12:26 PM.

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    91,060

    Re: INDIRECT with line intervals.

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

    Will you please also respond to the private message I have sent to you. Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

+ 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: 09-27-2016, 12:41 AM
  2. Replies: 2
    Last Post: 07-12-2016, 12:21 AM
  3. Replies: 2
    Last Post: 03-11-2016, 11:06 AM
  4. Calculating quantiies from irregular intervals to regular intervals
    By abhi1421 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-15-2014, 06:34 AM
  5. [SOLVED] Copy With Intervals Paste With No Intervals.
    By gorinw10 in forum Excel General
    Replies: 12
    Last Post: 07-20-2013, 12:23 PM
  6. Macro to add a line containing indirect, change sheet names in formula
    By bcas77 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-16-2013, 01:20 PM
  7. [SOLVED] Chart confidence intervals around regression (or trend) line
    By LeAnne in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 06-28-2013, 11:06 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