March 31, 200718 yr Hi all, How does one perform a PatternCount( ) that's case-sensitive? Thanks in advance for any help!!!
March 31, 200718 yr There is a custom function for a case-senstive one here: http://www.clevelandconsulting.com/support/viewtopic.php?t=294&highlight=
March 31, 200718 yr How about: PatternCount ( Substitute ( text ; searchString ; "§" ) ; "§" ) (Use any character or string that is certain not to be found in text.)
Create an account or sign in to comment