unable to search and replace quote marks (") in excel

  • ozzyosb100
  • Graduate
  • Graduate
  • User avatar
  • Joined: Nov 13, 2004
  • Posts: 190
  • Loc: Tampa, FL
  • Status: Offline

Post April 27th, 2007, 2:07 pm

Unable to find quotes in excell using the
find or replace feature, am able to find phrases that contain quotes but
not the quotes themselves.
ie:
if the data were: "test quotes"

excel would find [ "test ] and [ quotes" ] but not a single
[ " ]

any ideas?

on a dell latitude d620, Win XP, office 2003

thanks
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post April 27th, 2007, 2:07 pm

  • Bogey
  • Bogey
  • Genius
  • User avatar
  • Joined: Jul 14, 2005
  • Posts: 8211
  • Loc: USA
  • Status: Offline

Post May 8th, 2007, 2:40 pm

Did you try replacing the [ " ] anyway? I did it on my Excel, it found ( "test text" ) but I replaced the [ " ] in "test text" which it found to [ . ] and it only replaced the [ " ' to [ . ] keeping Test text intact with to dots on either sides of them. Excel just finds the exclamation marks and the text between them, but when replaced, only the exclamation marks get replaced. Hope that this helped you.
"Bring forth therefore fruits meet for repentance:" Matthew 3:8
  • ozzyosb100
  • Graduate
  • Graduate
  • User avatar
  • Joined: Nov 13, 2004
  • Posts: 190
  • Loc: Tampa, FL
  • Status: Offline

Post May 9th, 2007, 5:16 pm

it doesnt find any [ " ] to replace, it says that searching was finished and there are clearly many [ " ] in the spreadsheet.
  • erleg
  • Born
  • Born
  • No Avatar
  • Joined: Mar 23, 2011
  • Posts: 1
  • Status: Offline

Post March 23rd, 2011, 4:03 pm

The answer to this challenge, from nearly 4 years ago, is CHAR(34)

You can use this nested in a function like so:
=SUBSTITUTE("test quotes",CHAR(34),"%",1)

Which would return %test quotes"

=SUBSTITUTE("test quotes",CHAR(34),"%")
Would return %test quotes%

This post still has a fairly high search ranking. Hope that this helps someone along!
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post March 24th, 2011, 4:09 am

nice solution. Thanks for the update.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.

Post Information

  • Total Posts in this topic: 5 posts
  • Users browsing this forum: No registered users and 203 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.