I need to return a vlue that represents the number of unique string values in a list of data.
I know this can be done using pivot tables, but I would prefer to avoid doing this due to the increase in a size of the file.
Is it possible to create a string variable and assign the unique string value to the created string?
Thanks
I know this can be done using pivot tables, but I would prefer to avoid doing this due to the increase in a size of the file.
Is it possible to create a string variable and assign the unique string value to the created string?
Thanks