View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
gcelis81 gcelis81 is offline
external usenet poster
 
Posts: 2
Default substiute formula = subing something to "

I'm writing a subsitute formula and want to replace %20 with "
but when I write =SUBSTITUTE(D3,"%20",""") I get an error and Excel makes me
do =SUBSTITUTE(D3,"%20","""")

Any way around this??

help!