Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ahearn
 
Posts: n/a
Default Finding Quotation marks in Search function

I imported a member list into Excel in which I need to find any names or
addresses that have quotation marks (") in them. When I try use the search()
function it tells me the entry is invalid. Any ideas?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Finding Quotation marks in Search function

http://www.mvps.org/dmcritchie/excel...htm#hasformula


you would need VBA if you want to filter for that


--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com



"ahearn" wrote in message
...
I imported a member list into Excel in which I need to find any names or
addresses that have quotation marks (") in them. When I try use the
search()
function it tells me the entry is invalid. Any ideas?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Finding Quotation marks in Search function

Oops! Sorry, wrong post, the VBA was for the show formula question

However this works for me

=SEARCH("""",A1)


--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com



"Peo Sjoblom" wrote in message
...
http://www.mvps.org/dmcritchie/excel...htm#hasformula


you would need VBA if you want to filter for that


--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com



"ahearn" wrote in message
...
I imported a member list into Excel in which I need to find any names or
addresses that have quotation marks (") in them. When I try use the
search()
function it tells me the entry is invalid. Any ideas?





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SteveG
 
Posts: n/a
Default Finding Quotation marks in Search function


To find a " in a text string, you can use SEARCH("""",A1,1).

If you wanted you could use a formula like =SEARCH("""",A1,1)0 in
Conditional Formatting and copy to the rest of your range to fill all
the cells containing quotation marks a color.

OR you could use the Auto Filter and select "Custom" and Contains " for
your filter criteria.

Do you want to remove these from the data or just identify them for
some reason?

If you could provide a little more info that would be helpful so you
get the solution you are looking for.

Regards,
Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=540703

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ahearn
 
Posts: n/a
Default Finding Quotation marks in Search function

Thanks. That works.

"SteveG" wrote:


To find a " in a text string, you can use SEARCH("""",A1,1).

If you wanted you could use a formula like =SEARCH("""",A1,1)0 in
Conditional Formatting and copy to the rest of your range to fill all
the cells containing quotation marks a color.

OR you could use the Auto Filter and select "Custom" and Contains " for
your filter criteria.

Do you want to remove these from the data or just identify them for
some reason?

If you could provide a little more info that would be helpful so you
get the solution you are looking for.

Regards,
Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=540703




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ahearn
 
Posts: n/a
Default Finding Quotation marks in Search function

Thanks. I only had one quotation mark within the double quotes which is why
it wasn't working for me.

Alan

"Peo Sjoblom" wrote:

Oops! Sorry, wrong post, the VBA was for the show formula question

However this works for me

=SEARCH("""",A1)


--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com



"Peo Sjoblom" wrote in message
...
http://www.mvps.org/dmcritchie/excel...htm#hasformula


you would need VBA if you want to filter for that


--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com



"ahearn" wrote in message
...
I imported a member list into Excel in which I need to find any names or
addresses that have quotation marks (") in them. When I try use the
search()
function it tells me the entry is invalid. Any ideas?






  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
inthestands
 
Posts: n/a
Default Finding Quotation marks in Search function

The easiest way I have found around the " problem. Is that I ctrl+c a
"(quotation mark). I then Ctrl+f, then Ctrl+v. And I then have the " in the
find what, section.
--
inthestands


"ahearn" wrote:

Thanks. That works.

"SteveG" wrote:


To find a " in a text string, you can use SEARCH("""",A1,1).

If you wanted you could use a formula like =SEARCH("""",A1,1)0 in
Conditional Formatting and copy to the rest of your range to fill all
the cells containing quotation marks a color.

OR you could use the Auto Filter and select "Custom" and Contains " for
your filter criteria.

Do you want to remove these from the data or just identify them for
some reason?

If you could provide a little more info that would be helpful so you
get the solution you are looking for.

Regards,
Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=540703


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
without quotation marks? jfazz Excel Discussion (Misc queries) 1 March 2nd 06 04:43 PM
How do I concatenate text that actually contains quotation marks? Excel Distress Excel Worksheet Functions 3 April 15th 05 02:23 PM
Finding the cell reference of a matching search value ndrewitt Excel Worksheet Functions 0 April 13th 05 01:43 AM
FAQ Spreadsheet with search function murphyz Excel Discussion (Misc queries) 0 March 19th 05 09:24 PM


All times are GMT +1. The time now is 08:32 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"