Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 166
Default Major bug in Excel


I refer to a leading apostrophe in a text (or possibly any) cell. In
order to have one, you need two. Yes I know it's crazy but it's true!

There's no way to fix this, I suppose ?

Thanks - Kirk
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Major bug in Excel

Not a bug, not any type of insect.

That is the way Excel works.
--
Gary''s Student - gsnu2007L


"kirkm" wrote:


I refer to a leading apostrophe in a text (or possibly any) cell. In
order to have one, you need two. Yes I know it's crazy but it's true!

There's no way to fix this, I suppose ?

Thanks - Kirk

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default Major bug in Excel

Hi,

It's not broken so it doesn't need fixing. The first apostrophe allows you
to display input as entered; leading zeroes for example, without having to
format as text and isn't displayed in the cell which is a very useful piece
of functionality.

It does have the side effect of you having to enter 2 apostrophes if you
want to see 1 but most would accept this is no big deal.

Mike

"kirkm" wrote:


I refer to a leading apostrophe in a text (or possibly any) cell. In
order to have one, you need two. Yes I know it's crazy but it's true!

There's no way to fix this, I suppose ?

Thanks - Kirk

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default Major bug in Excel

One simple Google search for apostrophe and excel would have taught you that
this is not a bug, but a "feature".

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"kirkm" wrote in message ...

I refer to a leading apostrophe in a text (or possibly any) cell. In
order to have one, you need two. Yes I know it's crazy but it's true!

There's no way to fix this, I suppose ?

Thanks - Kirk


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 166
Default Major bug in Excel

I did Google and found quite a bit - including many attempts
to defend or justify it. It's not a 'feature' in my opinion but rather
a stupid mistake in design concept. Who in their right mind would
think to have 2 of something to get one. How ridiuculous - when you
set a cell to Text to have this limitation. An apostrophe *is* a text
character.
If you're using Excel as a plain table to display text, you're forced
to treat every leading apostrophe as a special case. This prevents
you automating an input routine. OK it's get-roundable, but messy.

The fx 'Edit' Window also displays this extra character, making it
inconsistent with everything else.

If - as Mike says - it helps input leading zero's as text, then it
should be an option to have it on or off. I was hoping such an option
might exist.

My question to the group was just to see if others found it equally
annoying and stupid, and maybe had devised a method (or hack) to avoid
it.


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default Major bug in Excel

Before you go blaming stupid designers for designing something that you just
don't understand, you might be interested in where this comes from. Back in
ancient times, Lotus 1-2-3 was the premier spreadsheet program. For certain
formatting, Lotus allowed users to enter a single character prefix. The
character did not appear when the cell wasn't being edited, but remained to
tell the computer how to format the contents of the cell. The formatting
included such things as left, center, and right alignment of the cell. As
far as I know, the apostrophe is the only such character still in common
use. I don't know whether the others have been deprecated.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


<kirkm wrote in message ...
I did Google and found quite a bit - including many attempts
to defend or justify it. It's not a 'feature' in my opinion but rather
a stupid mistake in design concept. Who in their right mind would
think to have 2 of something to get one. How ridiuculous - when you
set a cell to Text to have this limitation. An apostrophe *is* a text
character.
If you're using Excel as a plain table to display text, you're forced
to treat every leading apostrophe as a special case. This prevents
you automating an input routine. OK it's get-roundable, but messy.

The fx 'Edit' Window also displays this extra character, making it
inconsistent with everything else.

If - as Mike says - it helps input leading zero's as text, then it
should be an option to have it on or off. I was hoping such an option
might exist.

My question to the group was just to see if others found it equally
annoying and stupid, and maybe had devised a method (or hack) to avoid
it.



  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 166
Default Major bug in Excel

On Sun, 25 Jan 2009 23:58:00 -0500, "Jon Peltier"
wrote:

Before you go blaming stupid designers for designing something that you just
don't understand, you might be interested in where this comes from. Back in
ancient times, Lotus 1-2-3 was the premier spreadsheet program. For certain
formatting, Lotus allowed users to enter a single character prefix. The
character did not appear when the cell wasn't being edited, but remained to
tell the computer how to format the contents of the cell. The formatting
included such things as left, center, and right alignment of the cell. As
far as I know, the apostrophe is the only such character still in common
use. I don't know whether the others have been deprecated.


Jon, I do understand control characters inside text, and the usage
thereof.
The way Excel use this may be for backwards capabilty - and may even
be beneficiall when you want it. BUT if you don't want it, you should
be able to turn it off.

But there's more - it CAN be done! I've seen it. One leading
apostrophe in the cell, with the same text showing in the Fx edit line
(what's its name?), i.e. still showing just one apostrophe.

Isn't that somewhat inconsistent?

Cheers - kirk

  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 735
Default Major bug in Excel

I agree that it is not very sensible and would have been better to 'design'
it out, from newer versions. But your assertion that it is a 'Major Bug in
Excel' may grab headlines and get people reading your post but hardly true.
IMO

--

Regards,
Nigel




"kirkm" wrote in message ...
On Sun, 25 Jan 2009 23:58:00 -0500, "Jon Peltier"
wrote:

Before you go blaming stupid designers for designing something that you
just
don't understand, you might be interested in where this comes from. Back
in
ancient times, Lotus 1-2-3 was the premier spreadsheet program. For
certain
formatting, Lotus allowed users to enter a single character prefix. The
character did not appear when the cell wasn't being edited, but remained
to
tell the computer how to format the contents of the cell. The formatting
included such things as left, center, and right alignment of the cell. As
far as I know, the apostrophe is the only such character still in common
use. I don't know whether the others have been deprecated.


Jon, I do understand control characters inside text, and the usage
thereof.
The way Excel use this may be for backwards capabilty - and may even
be beneficiall when you want it. BUT if you don't want it, you should
be able to turn it off.

But there's more - it CAN be done! I've seen it. One leading
apostrophe in the cell, with the same text showing in the Fx edit line
(what's its name?), i.e. still showing just one apostrophe.

Isn't that somewhat inconsistent?

Cheers - kirk


  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 166
Default Major bug in Excel

On Mon, 26 Jan 2009 11:22:23 -0000, "Nigel"
wrote:

I agree that it is not very sensible and would have been better to 'design'
it out, from newer versions. But your assertion that it is a 'Major Bug in
Excel' may grab headlines and get people reading your post but hardly true.
IMO


You're right. 'Minor Bug' would have been better but you know how it
is - some days you hate Excel more than others... :)

If I find a fix/solution or reason for the inconsistency I'll post it.

Thanks to everyone for their comments.
Cheers - Kirk
  #10   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default Major bug in Excel

Have you only seen it done (one apostrophe at the start of the cell, both in
the cell and in the formula bar), or have you actually done it and can
reproduce it? I do know how to do this, I just figured it out, but it's
obscure, and it's fragile and will revert to form when the cell is edited.

There are so many real bugs in Excel, that it's not worthwhile getting all
excited about a behavior which was designed that way on purpose, and is well
known and well documented.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


<kirkm wrote in message ...
On Sun, 25 Jan 2009 23:58:00 -0500, "Jon Peltier"
wrote:

Before you go blaming stupid designers for designing something that you
just
don't understand, you might be interested in where this comes from. Back
in
ancient times, Lotus 1-2-3 was the premier spreadsheet program. For
certain
formatting, Lotus allowed users to enter a single character prefix. The
character did not appear when the cell wasn't being edited, but remained
to
tell the computer how to format the contents of the cell. The formatting
included such things as left, center, and right alignment of the cell. As
far as I know, the apostrophe is the only such character still in common
use. I don't know whether the others have been deprecated.


Jon, I do understand control characters inside text, and the usage
thereof.
The way Excel use this may be for backwards capabilty - and may even
be beneficiall when you want it. BUT if you don't want it, you should
be able to turn it off.

But there's more - it CAN be done! I've seen it. One leading
apostrophe in the cell, with the same text showing in the Fx edit line
(what's its name?), i.e. still showing just one apostrophe.

Isn't that somewhat inconsistent?

Cheers - kirk





  #11   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 166
Default Major bug in Excel

On Mon, 26 Jan 2009 12:56:17 -0500, "Jon Peltier"
wrote:

Hi Jon,

Have you only seen it done (one apostrophe at the start of the cell, both in
the cell and in the formula bar), or have you actually done it and can
reproduce it?


I can't do it. I have examples of it but can't reproduce it. Which is
very fraustrating... something is possible, can be seen to happen, but
can't be done at will.

I do know how to do this, I just figured it out, but it's
obscure, and it's fragile and will revert to form when the cell is edited.


Please tell all !

There are so many real bugs in Excel, that it's not worthwhile getting all
excited about a behavior which was designed that way on purpose, and is well
known and well documented.


Yes, it seems well accepted as a 'feature'. A text character which, on
it's own, behaves very differently to any other. Suppose we should all
be grateful it wasn't something more commnonly used.

Cheers - Kirk
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
Major 2007 Excel Problem Hazel Excel Programming 5 April 8th 07 08:52 PM
4 major parts of MS EXCEL Raj Excel Discussion (Misc queries) 3 February 4th 07 05:57 PM
4 major parts of MS EXCEL Raj Excel Discussion (Misc queries) 3 February 3rd 07 11:45 PM
Major bug when serving Excel 2007 files through IE? Danny Tuppeny Excel Discussion (Misc queries) 2 January 31st 07 01:03 PM
MAJOR BUG: Excel operator precedence is wrong P Keenan Excel Worksheet Functions 5 June 23rd 06 02:18 PM


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