View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
jonny jonny is offline
external usenet poster
 
Posts: 11
Default how to copy contents of a cell and remove any quotes " "

Hi,

Does anyone know how to copy the contents of a cell to another and
remove any "quotes" that may be present?

I am able to replace brackets using the function below - however this
just throws up an error when trying to remove " :

=SUBSTITUTE(SUBSTITUTE(A1,")",""),"(","")


cheers,

Jon