Hi,
I am trying to create a formula that will reference another sheet, look at two criteria within the same column and a date range between two columns.
The following works to get the two criteria from a column but I cant seem to be able to add the date range to it.
=COUNTIFS({Sheet - Status}, OR(CONTAINS("Complete", @cell), CONTAINS("Active", @cell)))
I would like to count the 'complete' and 'active' that are in the date range:
1st Date column look at dates that are: less than 1st February 2023
2nd Date column look at dates that are: greater than 31st December 2022
Thank you,
Klaudia