lets say i have a column comprised of things like the following

CHOCOLATE
CHOCOLATE-EGG
chocolate egg
easter-egg


I want to loop through each cell and check to see if the string in the cell is in uppercase (if entire string is in uppercase then do..... something)

the fact that some strings have none alphabet characters, does that make this more complicated?

thanks in advance.