Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
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

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 45
Default how to copy contents of a cell and remove any quotes " "

Did you consider the find and replace command on the edit menu?

"jonny" wrote:

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


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 196
Default how to copy contents of a cell and remove any quotes " "

Hi Jon

As regards a formula approach, then you just need to be a bit careful
(as you've found) as Excel considers the " to end the string. So you
need additional " characters:

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

Hope this helps!

Richard

On 28 Jan, 18:14, "jonny" wrote:
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


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
how to copy contents of a cell and remove any brackets ( AND ) ? jonny Excel Discussion (Misc queries) 4 January 28th 07 07:50 PM
Cell References [email protected] Excel Discussion (Misc queries) 2 November 15th 06 11:37 PM
Macro to remove contents of cell and move all other contents up one row adw223 Excel Discussion (Misc queries) 1 July 1st 05 03:57 PM
Copy cell format to cell on another worksht and update automatical kevinm Excel Worksheet Functions 21 May 19th 05 11:07 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 10:56 PM.

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

About Us

"It's about Microsoft Excel"