I have 2 sheets. A Master data sheet (sheet 1) and a 2023 blackout calendar(sheet 2).
What I am trying to achieve is a formula that counts how many times a date has been scheduled in my master data sheet 1 [Installation Date], which matches/references the 2023 calendar in sheet 2 [Conversion Date], and bring the count into [Slots Used] in sheet 2.
I have tried countless formulas (countifs, index/match, count/join/collect, distinct) and many of them only populate a 1 or a 0 - which is not correct. Columns are date columns and not referencing text fields - [Lookup] satisfies this.
The extra columns [Lookup Date] & [Helper] were created to try other methods. Previously I've come across issues with referencing columns with previous formulas or a date column has through the formulas off - hints the [Lookup Date]. I really need some assistance if anybody can help figure this out.
I was able to total the [Helper] column in sheet 1, but was not able to add up the count in the other sheet by referencing. =COUNT(INDEX({2023 Blackout Calendar Lookup}, MATCH([Installation Date]@row, {2023 Blackout Conversion Date})))