Sunteți pe pagina 1din 4

1 From given name list all groups that have selected that name horizontally.

2 Which means extract items with one condition.


3 Display items horizontally: use COLUMNS function for number incrementor.
4 "Data extraction" array formula
5 Problem: one lookup value, "Name", that shows up as multiple duplicates in a column.

6 Therefore you have many "matched" row numbers that the lookup function has to deal with.
7 Because we have an array of "matched" row numbers means we must use an array formula.
8 Lookup function will be: INDEX.
Function that can "select" correct "relative position" for INDEX function as we copy formula down:
9 SMALL or AGGREGATE.
10 IF function or Boolean array operation will help us with our one condition "Name".

AGGREGATE is only in Excel 2010 or later. AGGREGATE can do array calcualtion in array argumnet for
11 functions 14 to 19 without having to enter the formula with Ctrl + Shift + Enter.

Group Relative Position of


Slip # Numbers Name item in data set. Name Count
AS-430 5311 Joe Phil 4
AS-705 6857 Mo
AS-211 4282 Phil 3 Data:
AS-326 3267 Phil 4 Data:
AS-216 3556 Phil 5
AS-327 2384 Joe Goal: From given name list all groups that have selected that name
AS-648 2673 Mo Key concepts:
AS-756 4459 Phil 8 One lookup value
AS-415 3318 Joe Multiple "matches" in a column.
Multiple "matches" causes problems for standard lookup f
Multiple "matches" means multiple "Realative Positions"
We must then create an array of these "Realative Positions
This requirement that we create an array of relative positio
Then as we copy formula we must choose, one by one, the
12 IF with logical test is better to use than IFERROR
because the IF will not run the entire array
formula lookup function for cells that should
return a null text string. IFERROR will run the
entire array formula in every cell. This matters

for formula calculation time.

Names
Joe
Mo
Phil

t have selected that name horizontally.

lems for standard lookup functions.


tiple "Realative Positions"
these "Realative Positions" in our formula.
an array of relative positions makes this an array formula.
ust choose, one by one, the relative positions.
1 From given name list all groups that have selected that name horizontally.
2 Which means extract items with one condition.
3 Display items horizontally: use COLUMNS function for number incrementor.
4 "Data extraction" array formula
5 Problem: one lookup value, "Name", that shows up as multiple duplicates in a column.

6 Therefore you have many "matched" row numbers that the lookup function has to deal with.
7 Because we have an array of "matched" row numbers means we must use an array formula.
8 Lookup function will be: INDEX.
Function that can "select" correct "relative position" for INDEX function as we copy formula down:
9 SMALL or AGGREGATE.
10 IF function or Boolean array operation will help us with our one condition "Name".

AGGREGATE is only in Excel 2010 or later. AGGREGATE can do array calcualtion in array argumnet for
11 functions 14 to 19 without having to enter the formula with Ctrl + Shift + Enter.

Group Relative Position of


Slip # Numbers Name item in data set. Name Count
AS-430 5311 Joe Phil 4
AS-705 6857 Mo
AS-211 4282 Phil 3 Data: 4282 3267 3556 4459
AS-326 3267 Phil 4 Data: 4282 3267 3556 4459
AS-216 3556 Phil 5 5311 6857 4282 3267
AS-327 2384 Joe Goal: From given name list all groups that have selected that name
AS-648 2673 Mo Key concepts:
AS-756 4459 Phil 8 One lookup value
AS-415 3318 Joe Multiple "matches" in a column.
Multiple "matches" causes problems for standard lookup f
Multiple "matches" means multiple "Realative Positions"
We must then create an array of these "Realative Positions
This requirement that we create an array of relative positio
Then as we copy formula we must choose, one by one, the
12 IF with logical test is better to use than IFERROR
because the IF will not run the entire array
formula lookup function for cells that should
return a null text string. IFERROR will run the
entire array formula in every cell. This matters

for formula calculation time.

Names
Joe
Mo
Phil

t have selected that name horizontally.

lems for standard lookup functions.


tiple "Realative Positions"
these "Realative Positions" in our formula.
an array of relative positions makes this an array formula.
ust choose, one by one, the relative positions.

S-ar putea să vă placă și