Hello~ I have a column with mixing char and number
i want to count the number of dictinct value in the column ,ignoring the char..
any function can do ?
=IF(SUMPRODUCT(($A$2:$A2=A2)*IF(ISNUMBER($A2),1,0))>1,0,1)
I use the above but not ok....
ColA
1
Testing
Testing
1
3
1