3G
Member
Hi there-
Wondering how I can add additional criteria to an array formula like this:
=IFERROR(INDEX($C$2:$C$453,SMALL(IF($M$2:$M$453<TODAY(),ROW($M$2:$M$453)-ROW(!$M$2)+1),ROWS($M$2:$M2))),"") = C+S+E
Is it as simple as just adding "AND" to the IF?
=IFERROR(INDEX($C$2:$C$453,SMALL(IF(AND($M$2:$M$453<TODAY(),$G$2:$G$453="Active"),ROW($M$2:$M$453)-ROW(!$M$2)+1),ROWS($M$2:$M2))),"") = C+S+E
In some cases there might be up to 3 or 4 criteria.
Wondering how I can add additional criteria to an array formula like this:
=IFERROR(INDEX($C$2:$C$453,SMALL(IF($M$2:$M$453<TODAY(),ROW($M$2:$M$453)-ROW(!$M$2)+1),ROWS($M$2:$M2))),"") = C+S+E
Is it as simple as just adding "AND" to the IF?
=IFERROR(INDEX($C$2:$C$453,SMALL(IF(AND($M$2:$M$453<TODAY(),$G$2:$G$453="Active"),ROW($M$2:$M$453)-ROW(!$M$2)+1),ROWS($M$2:$M2))),"") = C+S+E
In some cases there might be up to 3 or 4 criteria.