I am attempting to count the occurrences where column B contains the value in A3 AND column B equals 1 AND where column J is as recent as 3 months ago. Could you share some wisdom?
=COUNTIFS('Raw Data'!B:B,A3,'Raw Data'!C:C,1,'Raw Data'!J:J,">TODAY()-90")