Hi,
I have a list of look up values
Client A
Client B
Client C
Client D
I want to create a formula which would look up Client A, Client B, Client C, ... values in a range and return any corresponding values to these lookup values. The formula works if I try to look up only A value in a range and return the corresponding values, but I don't know how to add more lookup values to this formula. Please see the example formula below.
=IF(ISERROR(INDEX(Sheet7!$A$1:$C$1996,SMALL(IF(Sheet7!$A$1:$A$1996='Monday test'!$E$3&'Monday test'!$E$4,ROW(Sheet7!$A$1:$A$1996)),ROW(Sheet7!1:1)),2)),"",INDEX(Sheet7!$A$1:$G$1996,SMALL(IF(Sheet7!$A$1:$A$1996='Monday test'!$E$3&'Monday test'!$E$4,ROW(Sheet7!$A$1:$A$1996)),ROW(Sheet7!1:1)),2))
Many thanks for your help in advance.
Ritvars
I have a list of look up values
Client A
Client B
Client C
Client D
I want to create a formula which would look up Client A, Client B, Client C, ... values in a range and return any corresponding values to these lookup values. The formula works if I try to look up only A value in a range and return the corresponding values, but I don't know how to add more lookup values to this formula. Please see the example formula below.
=IF(ISERROR(INDEX(Sheet7!$A$1:$C$1996,SMALL(IF(Sheet7!$A$1:$A$1996='Monday test'!$E$3&'Monday test'!$E$4,ROW(Sheet7!$A$1:$A$1996)),ROW(Sheet7!1:1)),2)),"",INDEX(Sheet7!$A$1:$G$1996,SMALL(IF(Sheet7!$A$1:$A$1996='Monday test'!$E$3&'Monday test'!$E$4,ROW(Sheet7!$A$1:$A$1996)),ROW(Sheet7!1:1)),2))
Many thanks for your help in advance.
Ritvars