Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 2
Default 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('D epartment!$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:C 15)<$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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,510
Default Displaying Multiple Values without using Macros or ROWS function

This is a Microsoft Excel site so if you are not using that what software are
you using?

In Microsoft Excel AutoFilter will do exactly what you want.


--
Regards,

OssieMac


"ltzhao" wrote:


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('D epartment!$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:C 15)<$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))),""))




--
ltzhao

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Displaying Multiple Values without using Macros or ROWS function

Your software is compatible with the ROW function but not the ROWS function?

If that's the case then you can replace each instance of:

ROWS(C$15:C15)

With:

ROW(C15)-ROW(C$15)+1

--
Biff
Microsoft Excel MVP


"ltzhao" wrote in message
...

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('D epartment!$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:C 15)<$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))),""))




--
ltzhao



  #4   Report Post  
Junior Member
 
Posts: 2
Default

Hello T. Valko,

Thanks for your help. Unfortunately, the software doesn't support ROW() function either. I've figured out another way to get around the problem. I had to split the information into two sheets, using max(), match() and index() to get around it. It's not pretty, but it works.

Thanks again for your help.
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Displaying Multiple Values without using Macros or ROWS function

Oh well! Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"ltzhao" wrote in message
...

Hello T. Valko,

Thanks for your help. Unfortunately, the software doesn't support
ROW() function either. I've figured out another way to get around the
problem. I had to split the information into two sheets, using max(),
match() and index() to get around it. It's not pretty, but it works.

Thanks again for your help.




--
ltzhao



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to retrieve multiple values in multiple rows with one criteria bac Excel Discussion (Misc queries) 2 June 15th 07 08:57 PM
Looking up multiple items and suming the values on their rows walkingmac Excel Discussion (Misc queries) 2 March 6th 06 01:49 PM
Count on multiple values with duplicate rows Carla Excel Worksheet Functions 1 November 22nd 05 09:25 PM
How to Count Rows with defined values in multiple columns ryesworld Excel Worksheet Functions 9 November 8th 05 06:32 PM
counting rows with same values for multiple values Jon Viehe New Users to Excel 4 September 1st 05 03:49 PM


All times are GMT +1. The time now is 03:54 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"