I have been using the formula =COUNTIFS(F:F,"<>e-learning*",F:F,"*",H:H,"*") to extract data from a work sheet which works fine.
I now want to filter by location, shown in the ‘D’ column. I have just added D:D,$N$16 to the formula to give;
=COUNTIFS(D:D,$N$16,F:F,"<>e-learning*",F:F,"*",H:H,"*")
Where the location is inputted in N16 using a drop down box.
This works fine but I would like to ignore =(D:D,$N$16) if N16 is left blank.
Can anyone help me with this.
I now want to filter by location, shown in the ‘D’ column. I have just added D:D,$N$16 to the formula to give;
=COUNTIFS(D:D,$N$16,F:F,"<>e-learning*",F:F,"*",H:H,"*")
Where the location is inputted in N16 using a drop down box.
This works fine but I would like to ignore =(D:D,$N$16) if N16 is left blank.
Can anyone help me with this.