Results 1 to 7 of 7

Row function alternative

Threaded View

  1. #1
    Registered User
    Join Date
    03-19-2015
    Location
    India
    MS-Off Ver
    2007
    Posts
    4

    Row function alternative

    Hello,

    We have a requirement to find multiple rows for a given value. I was able to achieve this using this array formula :

    [ =IF(ROWS(A$15:A15)<=$I$2,INDEX(A$2:A$7,SMALL(IF($A$2:$A$7=$I$1,ROW($D$2:$D$7)-ROW($D$2)+1),ROWS(A$15:A15))),"") ].

    But we are using dashboards and it doesn't support the ROW/S function. Searching it's alternatives from what I understood it's best to use INDEX/MATCH function. I am not very proficient with Excel so if this formula can be re-written with index/match or any other function without rows .

    This is the requirement : Lookup is the value which is match against the records on the table to left and results are show in the result rows . Now I want to achieve this without using the ROW/S function.

    Thanks

    Lookup Mickey
    Count 3

    Name Class Roll Marks

    Mickey 5 13 60
    Anil 7 14 70
    Sumit 5 90 80
    Mickey 8 27 99
    Mickey 9 88 8
    Anil 9 78 9

    Result Rows

    Name Class Roll Marks
    Mickey 5 13 60
    Mickey 8 27 99
    Mickey 9 88 8
    Last edited by mv85275; 03-19-2015 at 06:16 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Address & Match function together (there may be an alternative function)
    By Sashulik in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-23-2014, 05:39 AM
  2. [SOLVED] IF Function, or alternative?
    By patrick198uk in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-04-2013, 12:01 PM
  3. Using IF or alternative function
    By jb2235 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-12-2013, 01:27 PM
  4. VB alternative to if function?
    By markellis88 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-05-2009, 06:19 AM
  5. Alternative for IF-Then-Else function
    By telebat in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-21-2008, 09:20 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