I need to count how many unique ID numbers there are per month.I have figured out how to count the unique ID's for the first month (Jan) but after that I'm having trouble trying to get the count right for Feb and Mar. Formula I used in cell E2 is:
{=SUM(IF($A$2:$A$14<=DATE(2013,1,31),1/(COUNTIFS(A2:A14,"<="&DATE(2013,1,31),B2:B14,B2:B14)),0))}
-- removed inline image ---
Thanks,
Tmoske
{=SUM(IF($A$2:$A$14<=DATE(2013,1,31),1/(COUNTIFS(A2:A14,"<="&DATE(2013,1,31),B2:B14,B2:B14)),0))}
-- removed inline image ---
Thanks,
Tmoske