Yes count every number once, but if the range were this... i wouldn't want it returning a "TRUE" statement in context to some sort of if function, since there is more than just one duplicate for the number 1 and same for the number 9Hello, could you please elaborate on what is that you need including what do you mean by "single matching duplicates"? E.g. is it the aim to count every number only once, or identify duplicate values and return their list, or something else?
1 |
1 |
9 |
9 |
9 |
1 |
=UNIQUE(A1:A6)
I was thinking more along the lines of an IF or COUNTIF statement if possible... so where IF(A1:A6=x),1,0) ... That way if the range meets the duplicate criteria it will have 1,0 or TRUE FALSEMy apologies for still being in the dark - how should the output differ from this:
Excel Formula:=UNIQUE(A1:A6)
=IF(COUNTIFS(A$1:A1,A1)=1,1,0)
How to change the range on that for my specific range at the moment (J96:J101) ?Something along these lines (if it is not the case could you please upload how the desired output should look like):
Excel Formula:=IF(COUNTIFS(A$1:A1,A1)=1,1,0)
=IF(COUNTIFS(J$96:J101,J96)=1,1,0)
Excel Formula:=IF(COUNTIFS(J$96:J101,J96)=1,1,0)
and drag down.
1 | |
0 | |
6 | |
0 | |
6 | |
1 | |
=IF(COUNTIFS(J$96:J101,J96)=1,1,0) |
1 | 1 |
0 | 1 |
6 | 1 |
0 | 1 |
6 | 1 |
1 | 1 |
9 | 0 |