Excel formula to remove symbols?

Karthik-Excelsior

Active Member
Joined
Mar 4, 2011
Messages
313
If I've a word like - "cheap shirts for sale" (quotation marks included) in a cell, I want Excel to give me a symbol-stripped version of the word. i.e., "cheap shirts for sale" (within quotations) >> excel formula >> cheap shirts for sale (without quotations). What's that 'excel formula'?
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Thanks Adam & Peter! That really helps.. however, please pardon me for being shameless and asking a slightly varied version of my question:

If the word is something like - (cheap t shirts) - a pair of '()' instead of the double quotes, how to get rid of the parentheses using a formula?
 
Upvote 0
Code:
=MID(C8,2,(LEN(C8)-2))

C8 is the cell that holds the text.

Trims the first and last character only..nothing more.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,517
Messages
6,179,233
Members
452,898
Latest member
Capolavoro009

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top