Hi All,
I need to count the number of unique ID numbers after I use the countifs statement. I have multiple criteria to sort out the data which produces the ID numbers but there are duplicates numbers and then I need to get the number of Unique ID numbers from that criteria data
What i have seen in the forums so far, usually deals with countif
Just so you get what I am looking at
Column D is The depot names, "SYD"
G column is a text field with that contains the words in S3. i.e "DAFF"
C column is date range between 2 sets of dates $L1 and $M1
this produces a set of data that contains multiple ID numbers that are in column A
This is the formula I thought would help
{=SUMPRODUCT(1/COUNTIFS(D2:D22339,"Syd",G2:G22339,S3,C2:C22339,">="&L1,C2:C22339,"<="&M1))}
but it is giving me 0.000325 response.
I feel that I need to put in column A range somewhere but unsure??
thanks for helping out in advance
Jim
I need to count the number of unique ID numbers after I use the countifs statement. I have multiple criteria to sort out the data which produces the ID numbers but there are duplicates numbers and then I need to get the number of Unique ID numbers from that criteria data
What i have seen in the forums so far, usually deals with countif
Just so you get what I am looking at
Column D is The depot names, "SYD"
G column is a text field with that contains the words in S3. i.e "DAFF"
C column is date range between 2 sets of dates $L1 and $M1
this produces a set of data that contains multiple ID numbers that are in column A
This is the formula I thought would help
{=SUMPRODUCT(1/COUNTIFS(D2:D22339,"Syd",G2:G22339,S3,C2:C22339,">="&L1,C2:C22339,"<="&M1))}
but it is giving me 0.000325 response.
I feel that I need to put in column A range somewhere but unsure??
thanks for helping out in advance
Jim