View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
[email protected] mctclover@gmail.com is offline
external usenet poster
 
Posts: 2
Default Finding text in a cell and returning a value based on that text

Thank you so much! This worked perfectly!

Lori


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

Sitaram