There's a simple case formula to determine if a cell characters all uppercase, lowercase or mixed, but I can't seem to find it. Anyone know the formula?
There's a simple case formula to determine if a cell characters all uppercase, lowercase or mixed, but I can't seem to find it. Anyone know the formula?
I think this is what you need
for the text in cell A1
![]()
=IF(EXACT(A1,UPPER(A1)),"Uppercase",IF(EXACT(A1,LOWER(A1)),"Lowercase","Mixed"))
I need your support to add reputations if my solution works.
That's in... thanks![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks