View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Fuction related help...?

Not equal is "<".

Be careful when designing your comparison code. Include checks that you
actually have 2 strings, not numeric(s), Nulls, Empty etc.
Also, decide if you want case sensitive or case insensitive.
Depending what you are doing, you may want to look at the StrComp function.

NickHK

"Siva" wrote in message
...
Can i able to compare two strings in function processing?
What is the "Not equal symbol"?