Jeffrey Mahoney
Well-known Member
- Joined
- May 31, 2015
- Messages
- 3,197
- Office Version
- 365
- Platform
- Windows
I'm trying to count the number of dates that fall into another set of dates. I could create a series of if statements to get the job done, but I'm trying to create and learn something new.
I want to use Countif with Sequence. It does work:
=SUM(COUNTIF(L3#,J11#))
Cell J11: =SEQUENCE(,I8-H8,H8,1)
Cell L3: =SEQUENCE(,M4-L4,L4,1)
I get the correct return if the Sequence SPILL is not overlapped by any other cells. How do I turn the Sequence SPILL into an Array that Countif can use?
Jeff
I want to use Countif with Sequence. It does work:
=SUM(COUNTIF(L3#,J11#))
Cell J11: =SEQUENCE(,I8-H8,H8,1)
Cell L3: =SEQUENCE(,M4-L4,L4,1)
I get the correct return if the Sequence SPILL is not overlapped by any other cells. How do I turn the Sequence SPILL into an Array that Countif can use?
Jeff