Hi All,
I'm not sure where I found the formula, but using =COUNT(DISTINCT({SmartCount Email Validation Range 3})) gives me the total number of distinct retailers in a column called 'Retailers', which in my case is 35, which is correct.
I'd like to expand on that and only find those distinct number of retailers on a specific date. Using this gives me a totally different/unexpected number =COUNT(DISTINCT({SmartCount Email Validation Range 2}), {SmartCount Email Validation Range 1}, "10/03"), which comes out to 435. Correct answer should be 2.
Any ideas on what I can try and how? I tried using ISDATE after the first criteria, that didn't work.