Thread: If command
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Keith74 Keith74 is offline
external usenet poster
 
Posts: 120
Default If command

Try something like IF RIGHT(cell2.Value,4) = ".com"

hth