add apostrophe to text in cell

W

WJS

Program in company data base requires an apostrophe in the text cell. My
program is text cell but does not have aposrophe. How do I put an apostrophe
in my file to match companies short of manually adding it. Excel 2007 and
4000 rows and 5 columns.
 
J

Jacob Skaria

If you mean add apostrophe to all cells with data....If you have data in
Sheet1; in Sheet2 cell A1 enter the below formula

=IF(Sheet1!A1<>"","'" & Sheet1!A1,"")

Now copy this formula down and across as required. Once done Copy the range
of cells>Copy>Rightclick>PasteSpecial>Values>OK...to convert back to
values..Save this sheet as a separate workbook.

If this post helps click Yes
 
E

Eduardo

Hi,
use a helper column, let' say your data starts in cell A1 in B1 you enter

="'"&A1

copy formula down

if this helps please click yes, thanks
 
A

Ashish Mathur

Hi,

You can download and install ASAP utilities (http://www.asap-utilities.com/)
and then select the range then go to ASAP Utilities > Fill > Insert before
current values. Enter ' in the before box. Click on OK. Now copy this
columns and paste special values in another range

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top