Excel Wildcard in Excel array formula

Joined
May 23, 2019
Messages
1
Reaction score
0
This is my array formula: LARGE(IF((RawMTD_US!$K$7:$K$10005=$E$8)*(RawMTD_US!$L$7:$L$10005=$E$5)*(RawMTD_US!$O$7:$O$10005=$E$55),RawMTD_US!$T$7:$T$10005),$B9)
The section in red is where I am having the problem. It references a data validation field where I can choose specific departments and works fine when I choose a single department, The problem is that I want to be able to choose all departments at times and a single department at other times. Is there a wildcard I can use to represent all departments? I know * works when I am not using an array formula.

If I am not able to use a wildcard, is there a way to rewrite the LARGE formula so that it is not an array formula?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top