Hello, i am trying to modify a formula to count partial matches, my current formula is
=COUNTIFS(Allocation!H:H,'Instructions '!L3,Allocation!AB:AB,"<="&EOMONTH(TODAY(),0),Allocation!AB:AB,">"&EOMONTH(TODAY(),-1))
which works correctly , for matches in the current month. However, I am now...