Good morning all,
Can an IF statement be used with a COUNTIFS?
I currently have the following formula that works a treat =COUNTIFS(Range,">="&Start Date, Range, "<="&End Date) This counts everything which falls in a certain date range, but what I need is to incorporate an IF statement which...