Hello,
I have survived this far on trolling through forums to get the answers I need, but the time has come to ask the questions myself!
I have a formula which lists all matches based on 3 criteria.
{=IFERROR(INDEX('Drop Downs'!$U$2:$U$30790,(SMALL(IF(('Drop Downs'!$W$2:$W$30790=$E$1)*('Drop Downs'!$X$2:$X$30790=$E$2)*('Drop Downs'!$Y$2:$Y$30790=$E$3),ROW('Drop Downs'!$U$2:$U$30790)),ROWS('Drop Downs'!$U$2:$U2)))),"")}
This works fine and isn't the issue.
The values in E1, E2, & E3 are output from a drop down. The user selects the criteria in the drop down and the values show accordingly.
However, one of the choices in the drop down is ALL. meaning they want to list matches against all the variables.
I know that normally i could us a "<>"&"" to match non blank cells. but this doesn't seem to work for the above formula.
So in short,
If: E1=ALL E2=Blue E3=Square
match all values in W2:W30790
Match Only Blue in X2:X30790
Match Only Square in Y2:Y30790
then, list all values in U2:U30790 that match the above criteria
Hope this is enough to go on
Cheers
Lewis
I have survived this far on trolling through forums to get the answers I need, but the time has come to ask the questions myself!
I have a formula which lists all matches based on 3 criteria.
{=IFERROR(INDEX('Drop Downs'!$U$2:$U$30790,(SMALL(IF(('Drop Downs'!$W$2:$W$30790=$E$1)*('Drop Downs'!$X$2:$X$30790=$E$2)*('Drop Downs'!$Y$2:$Y$30790=$E$3),ROW('Drop Downs'!$U$2:$U$30790)),ROWS('Drop Downs'!$U$2:$U2)))),"")}
This works fine and isn't the issue.
The values in E1, E2, & E3 are output from a drop down. The user selects the criteria in the drop down and the values show accordingly.
However, one of the choices in the drop down is ALL. meaning they want to list matches against all the variables.
I know that normally i could us a "<>"&"" to match non blank cells. but this doesn't seem to work for the above formula.
So in short,
If: E1=ALL E2=Blue E3=Square
match all values in W2:W30790
Match Only Blue in X2:X30790
Match Only Square in Y2:Y30790
then, list all values in U2:U30790 that match the above criteria
Hope this is enough to go on
Cheers
Lewis