For the record, here if my function modified to handle ranges...
NOTE: There is one difference between jindon's function and mine... my function can handle non-contiguous ranges. So, if you wanted to count the upper case words in, say, cells H1, H2, J3 and K3 you would call the function like this...
=WordCountUC((H1:H2,J3:K3))
Note the "extra" parentheses surrounding the comma delimited non-contiguous ranges (you could include additional ranges in the comma delimited list as needed). Of course, if you need the functionality, I am sure jindon can modify his function to accommodate such a need.
Bookmarks