Looking to countifs data from another workbook with multiple criteria.
So far I have
=COUNTIFS(IMPORTRANGE("URL", "Data save!$A$2:$A$5011"),">=01/04/2022")This returns a count of every time a date is found >=01/04/2022
I need to add in additional conditions:
A2:A,<=todayG2:G, "Partner"I'm not sure if this is even possible?