I am trying to calculate the number of unique dates across multiple tabs, excluding any duplicate numbers.
I have tried =SUMPRODUCT(1/COUNTIF(Range,Range) which is works when applying this to only one of the tabs. However when I am trying to combine all the sheets I comes up as an Error.
I have tried =SUMPRODUCT(1/COUNTIF(Range,Range) which is works when applying this to only one of the tabs. However when I am trying to combine all the sheets I comes up as an Error.