ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Selecting Various Values for One Source (https://www.excelbanter.com/excel-discussion-misc-queries/94430-selecting-various-values-one-source.html)

[email protected]

Selecting Various Values for One Source
 
Hi. Hope someone can help me with this. Here's what I am trying to do.
I have a list of managers and their direct reports. I would like to
select 3 of that manager's direct reports from the list. Is there a
way to do this using IF statement?
Thanks!


Bob Phillips

Selecting Various Values for One Source
 
=INDEX($B$1:$B$10,SMALL(IF($A$1:$A$10="A",ROW($A$1 :$A$10)),1))

=INDEX($B$1:$B$10,SMALL(IF($A$1:$A$10="A",ROW($A$1 :$A$10)),2))

=INDEX($B$1:$B$10,SMALL(IF($A$1:$A$10="A",ROW($A$1 :$A$10)),3))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

wrote in message
ups.com...
Hi. Hope someone can help me with this. Here's what I am trying to do.
I have a list of managers and their direct reports. I would like to
select 3 of that manager's direct reports from the list. Is there a
way to do this using IF statement?
Thanks!




[email protected]

Selecting Various Values for One Source
 

Thanks, Bob. Tried it but nothing happened. Please forgive my
illiteracy, but I assume that I am including all 3 strings at one time.
Is that correct? Thanks.

Bob Phillips wrote:
=INDEX($B$1:$B$10,SMALL(IF($A$1:$A$10="A",ROW($A$1 :$A$10)),1))

=INDEX($B$1:$B$10,SMALL(IF($A$1:$A$10="A",ROW($A$1 :$A$10)),2))

=INDEX($B$1:$B$10,SMALL(IF($A$1:$A$10="A",ROW($A$1 :$A$10)),3))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

wrote in message
ups.com...
Hi. Hope someone can help me with this. Here's what I am trying to do.
I have a list of managers and their direct reports. I would like to
select 3 of that manager's direct reports from the list. Is there a
way to do this using IF statement?
Thanks!



Bob Phillips

Selecting Various Values for One Source
 
No, that gets the three values into separate cells.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

wrote in message
oups.com...

Thanks, Bob. Tried it but nothing happened. Please forgive my
illiteracy, but I assume that I am including all 3 strings at one time.
Is that correct? Thanks.

Bob Phillips wrote:
=INDEX($B$1:$B$10,SMALL(IF($A$1:$A$10="A",ROW($A$1 :$A$10)),1))

=INDEX($B$1:$B$10,SMALL(IF($A$1:$A$10="A",ROW($A$1 :$A$10)),2))

=INDEX($B$1:$B$10,SMALL(IF($A$1:$A$10="A",ROW($A$1 :$A$10)),3))

which is an array formula, it should be committed with Ctrl-Shift-Enter,

not
just Enter.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

wrote in message
ups.com...
Hi. Hope someone can help me with this. Here's what I am trying to

do.
I have a list of managers and their direct reports. I would like to
select 3 of that manager's direct reports from the list. Is there a
way to do this using IF statement?
Thanks!






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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com