View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Zone Zone is offline
external usenet poster
 
Posts: 269
Default Compare Upper and Lower Case

This function returns True.
=IF("asdf"="ASDF",True,False)
What function do I use to get False?
Thanks, James