Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Use INDEX function to find values  (Read 2280 times)

0 Members and 1 Guest are viewing this topic.

SherryZ

    Topic Starter


    Newbie

    • Experience: Experienced
    • OS: Windows 7
    Use INDEX function to find values
    « on: December 26, 2014, 11:55:11 AM »
    I am trying to write a formula to return all of the rows that meet certain criteria from a sheet called "FUND".  I am trying to pull the data starting in the third row of that tab.  I'm missing something by pulling the data from another sheet.  If anyone could tell me what I've done wrong, I wold certainly apprecaite it!

    {=IF(ISERROR(INDEX(FUND!A:A,SMALL(IF(FUND!A:A=$A$7,ROW(FUND!A:A)),ROW(1:1))-FUND!1,3)),"",INDEX(FUND!A:A,SMALL(IF(FUND!A:A=$A$7,ROW($A$2:$A$7)),ROW(1:1))-FUND!1,3))}

    NOTE:  A7 of the current sheet is the lookup in FUND A..

    Geek-9pm


      Mastermind
    • Geek After Dark
    • Thanked: 1026
      • Gekk9pm bnlog
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: Use INDEX function to find values
    « Reply #1 on: December 26, 2014, 03:01:38 PM »
    Are you using Excel?
    Have you ever used VBA in Excel?