+ Reply to Thread
Results 1 to 5 of 5

Lookup every 5th value in another sheet?

  1. #1
    Registered User
    Join Date
    06-20-2013
    Location
    Buffalo, NY
    MS-Off Ver
    Excel 2007
    Posts
    2

    Lookup every 5th value in another sheet?

    Hello-

    I have 2 different sheets in a workbook; one contains stock values since the beginning of 2011 of a particular ETF. I'm trying to look at the performance of an ETF picking service that releases suggested ETFS each week. Therefore, I'm looking pull the high value of every 5th row. For example, the formula I'm inputting is:

    =IVV!C41
    =IVV!C46
    =IVV!C51

    However, whenever I try to auto-complete (drag and drop the corner), of these three highlighted values, excel grabs the value of a lower number, not picking up on the 'every 5' pattern.

    How can I fix this?

    Thanks

  2. #2
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Lookup every 5th value in another sheet?

    zpbsfg,

    Welcome to the forum!
    Replace the range $C$41:$C$51 with your actual range:
    Please Login or Register  to view this content.
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

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

    Re: Lookup every 5th value in another sheet?

    Try

    =INDEX(IVV!C:C,(ROWS(A$1:A1)-1)*5+41)

    DO NOT change teh A$1:A1 referece, it is not related to your data.
    The *5 represents the interval..every 5 rows
    The +41 represents the first row# to begin with.

  4. #4
    Registered User
    Join Date
    06-20-2013
    Location
    Buffalo, NY
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Lookup every 5th value in another sheet?

    Thanks for your help Jonmo1 and tigeravatar!

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

    Re: Lookup every 5th value in another sheet?

    You're welcome.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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