M
Mark T
Given the list of text values in column A below, how
would I construct a function to count all the unique
values that start with the text "A1001". Using the data
below, I would want a numeric value of 3 to be returned
as their are three unique entried starting with "A1001".
A1000145
A1000087
A1001087
A1001419
A1001419
A1001419
A1001419
A1001610
A1001610
A1002013
A1002012
A1002012
A1002417
A1002421
Thanks for any all help.
would I construct a function to count all the unique
values that start with the text "A1001". Using the data
below, I would want a numeric value of 3 to be returned
as their are three unique entried starting with "A1001".
A1000145
A1000087
A1001087
A1001419
A1001419
A1001419
A1001419
A1001610
A1001610
A1002013
A1002012
A1002012
A1002417
A1002421
Thanks for any all help.