View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld Ron Rosenfeld is offline
external usenet poster
 
Posts: 5,651
Default substiute formula = subing something to "

On Mon, 19 Mar 2007 12:22:03 -0700, gcelis81
wrote:

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!


What is wrong with your result?

If D3 contains a string which contains %20 then your corrected formula will
substitute one double quote for the %20.

What, exactly, is in D3?
What, exactly do you want for a result?

In Excel, when you are quoting quotes, you must double the interior quotes.
--ron