Thread
:
how do I get formulas to recognize case sensitive text
View Single Post
#
2
Posted to microsoft.public.excel.programming
Gary Keramidas
external usenet poster
Posts: 2,494
how do I get formulas to recognize case sensitive text
give an example of what you want.
=IF(LOWER(A1) = "test",1,0)
--
Gary
"okiebears" wrote in message
...
I am looking for a way to get formulas to recoginze case sensitive test
Reply With Quote
Gary Keramidas
View Public Profile
Find all posts by Gary Keramidas