So I'm working on the year-over-year metrics and have figured out how to do a count formula using a one-direction date range criteria- Either <= or >=.
Examples: =COUNTIFS({Submission Range 12}, <=DATE(2023, 12, 31), {Submission Range 3}, true) and =SUMIF({Submission Range 12}, <=DATE(2023, 12, 31), {Submission Range 11})
How can I do a count formula for items that are listed between two points on a date range? So between Dec. 31, 2024, and Jan. 1, 2025?
Additionally, how could I do a sum of values that are located between two points on a date range?