Closed Thread
Results 1 to 2 of 2

Displaying Multiple Values without using Macros or ROWS function

  1. #1
    Registered User
    Join Date
    03-29-2007
    Posts
    8

    Displaying Multiple Values without using Macros or ROWS function

    Hello Gurus out there,

    I am working with a software itself doesn't support Macros and ROWS function.

    My Goal:
    is to display a set of data based on filtered information.

    My Data base:
    Company Department Name
    A X John
    A Y Joe
    A X Jane
    B Y Bob
    C Z Kate
    A X Kerri

    Based on user selection of Company and Department, I want to be able to display the relavent names.

    If user chose Company A, and Department X, I want to be able to display
    John
    Jane
    Kerri


    I've used the ROWS, Index, Small combination that works perfectly (Please see sample below). However, since the this software doesn't support the ROWS function, and doesn't support Macros, I am stuck. Can anyone provide any alternatives to this? Your help is highly appreciated.

    Sample Formula
    IF($B$2="Company",IF(ROWS(C$15:C15)<$B$14,INDEX('Department!$F$3:$F$691,SMALL(IF('Department!$B$3:$B$691=$B$11,ROW(Department!$F$3:$F$691)-ROW('WW DELMIA HC ROSTER 2009'!$F$3)+1),ROWS(C$15:C15))),""),IF(ROWS(C$15:C15)<$B$14,INDEX('Department!$F$3:$F$691,SMALL(IF('Department!$A$3:$A$691=$B$11,ROW('Department!$F$3:$F$691)-ROW('Department!$F$3)+1),ROWS(C$15:C15))),""))

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Displaying Multiple Values without using Macros or ROWS function

    Please do not post duplicate threads...
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

Closed 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