Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to copy contents of a cell and remove any brackets ( AND ) ? | Excel Discussion (Misc queries) | |||
Cell References | Excel Discussion (Misc queries) | |||
Macro to remove contents of cell and move all other contents up one row | Excel Discussion (Misc queries) | |||
Copy cell format to cell on another worksht and update automatical | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |