I want to collect the number of unique numbers in cell
I use Office 2003
I want to collect the number of unique numbers in cell
I use Office 2003
Hi
Define ;
Select A2 and hit CTRL + F3
Name: StrNum
Refers to: =EVALUATE("{"&SUBSTITUTE(Sheet1!$A2,",",";")&"}")
Click OK
and use the formula
=SUM(IF(FREQUENCY(StrNum,StrNum)>0,1))
Cheers !
Excel Range to BBCode Table
Use Social Networking Tools If You Like the Answers !
Message to Cross Posters
@ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)
Wonderful
Thank you very much
What if we wanted to collect the unique values in the entire column
Bookmarks