B
Bishop
I have a single column that contains multiple entries of 7 different ratings:
P, PG, PG13, R, NC17, X, Unrated. I'm trying to initialize a Summary
userform with the sum of each of these and assign these sums to a label for
each of the ratings. I thought about Sum or Count but I can't figure out the
best way to extract all the entries for each rating, get a total and assign
it to a variable. Any ideas?
P, PG, PG13, R, NC17, X, Unrated. I'm trying to initialize a Summary
userform with the sum of each of these and assign these sums to a label for
each of the ratings. I thought about Sum or Count but I can't figure out the
best way to extract all the entries for each rating, get a total and assign
it to a variable. Any ideas?