View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff Biff is offline
external usenet poster
 
Posts: 1,688
Default Formula to identify lower case vs upper case

Here's another one:

=IF(EXACT(W2,"n"),"Y","")

Biff

"laralea" wrote in message
...
(A2)=IF(ISNUMBER(SEARCH("n",W2)),"Y")

THIS WILL PUT A "Y" IN CELL A2 IF THERE IN AN "n" (upper or lower case) in
cell W2.
I need it to put a Y in cell AS only if there is a lower case n in cell
W2.
This is Excel 2003

Thanks for the help!