View Single Post
  #12   Report Post  
Posted to microsoft.public.excel.misc
Shari Shari is offline
external usenet poster
 
Posts: 20
Default Insert apostrophe in each cell

Art I already tried that and it did not work. I am using Office 2003.

"art" wrote:

=IF(IFERROR(VALUE(A1),"")="","",CONCATENATE("'",A1 ))

You might not be able to use this formula if you don't have office 2007.

"Shari" wrote:

I was told to put it in front of each entry.

Also, the other formulas I was given are not working.

"Ron Rosenfeld" wrote:

On Tue, 4 Mar 2008 07:08:02 -0800, Shari
wrote:

For exporting, I am trying to insert an apostrophe in each cell in one of my
columns that contains numbers. There are over 800 records, how do I do this
without having to go to each cell and do it manually?

Where do you want to insert the apostrophe? Beginning, end, middle, third
character from the right ????
--ron