Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Why do my fields start with an apostrophe?

Some lines of my spreadsheet will have an apostrophe before the entry. It's
not visible except in the function bar. Find and replace doesn't see it. I
didn't put it there.
  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Why do my fields start with an apostrophe?

It's just an indication that the cell is formatted as TEXT. Doesn't hurt
anything, doesn't print...........if you re-format the cell for a NUMBER
format, it should go away.

Vaya con Dios,
Chuck, CABGx3



"jmerwamer" wrote:

Some lines of my spreadsheet will have an apostrophe before the entry. It's
not visible except in the function bar. Find and replace doesn't see it. I
didn't put it there.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Why do my fields start with an apostrophe?

Hi Chuck,

I changed the formatting and it didn't go away. For my spreadsheets, it is
usually a green tab that indicates if a cell is formatted for text when it
contains numbers.
But in this case the cell will look normal like this with nothing around it:

Example

but in the function bar it will contain:

'Example

Any other thoughts?

Thanks,
Jamie

"CLR" wrote:

It's just an indication that the cell is formatted as TEXT. Doesn't hurt
anything, doesn't print...........if you re-format the cell for a NUMBER
format, it should go away.

Vaya con Dios,
Chuck, CABGx3



"jmerwamer" wrote:

Some lines of my spreadsheet will have an apostrophe before the entry. It's
not visible except in the function bar. Find and replace doesn't see it. I
didn't put it there.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 187
Default Why do my fields start with an apostrophe?

Another thing you can do is use the TRIM() function to remove
apostrophes...then copy, paste special values...

Dave

On Dec 21, 3:20*pm, jmerwamer
wrote:
Hi Chuck,

I changed the formatting and it didn't go away. For my spreadsheets, it is
usually a green tab that indicates if a cell is formatted for text when it
contains numbers.
But in this case the cell will look normal like this with nothing around it:

Example

but in the function bar it will contain:

'Example

Any other thoughts?

Thanks,
Jamie



"CLR" wrote:
It's just an indication that the cell is formatted as TEXT. *Doesn't hurt
anything, doesn't print...........if you re-format the cell for a NUMBER
format, it should go away.


Vaya con Dios,
Chuck, CABGx3


"jmerwamer" wrote:


Some lines of my spreadsheet will have an apostrophe before the entry. It's
not visible except in the function bar. Find and replace doesn't see it. I
didn't put it there.- Hide quoted text -


- Show quoted text -


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,345
Default Why do my fields start with an apostrophe?

Some lines of my spreadsheet

If it is not too many then selecting them and running this Macro will remove
the apostrophe:

Sub test()
Selection.Value = Selection.Value
End Sub

If you have dates in any of the cells and you use the British format then,
because VBA is American date system eccentric, it will convert the date to
that layout but because it then is not a readable date to your system it
will result in a text representation of the date.
--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"jmerwamer" wrote in message
...
Some lines of my spreadsheet will have an apostrophe before the entry.
It's
not visible except in the function bar. Find and replace doesn't see it. I
didn't put it there.



  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Why do my fields start with an apostrophe?

In xl2003, I'd toggle:

Tools|Options|Transition Tab|Uncheck Transition Navigation Keys

(I'd uncheck all those Lotus 123 settings.)

jmerwamer wrote:

Some lines of my spreadsheet will have an apostrophe before the entry. It's
not visible except in the function bar. Find and replace doesn't see it. I
didn't put it there.


--

Dave Peterson
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
Always have apostrophe snax500 Excel Discussion (Misc queries) 5 June 22nd 07 08:26 PM
Apostrophe at the start of a cell Nic Excel Discussion (Misc queries) 2 November 27th 06 04:27 PM
Excel SHOULD NOT AUTO-CHANGE formated text fields to DATE FIELDS! PSSSD Excel Worksheet Functions 2 August 8th 06 09:31 PM
OT :Start your own online business today !start making dollars [email protected] Excel Discussion (Misc queries) 0 May 6th 06 09:29 PM
Add apostrophe Tony Wainwright Excel Worksheet Functions 4 October 29th 04 01:50 PM


All times are GMT +1. The time now is 05:45 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"