As the title says, trying to count rows, but only unique values and within a certain date range. Formula I'm trying to use:
=COUNT(DISTINCT(COLLECT({SO Number}:{SO Number}, {Date}, AND(MONTH(@cell ) = 8)))
Example Data: Sales Order Number = {SO Number} and Actual Ship Date = {Date}
Any help please