View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
P Sitaram P Sitaram is offline
external usenet poster
 
Posts: 4
Default Finding text in a cell and returning a value based on that text

=IF((LEN(A1)-LEN(SUBSTITUTE(A1,"P",""))0,"Paperback","")

Sitaram