Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Pat Pat is offline
external usenet poster
 
Posts: 210
Default Interesting =TExt issue

I am having trouble with Excel not letting me change text that is in a
function. Try this to reproduce the issue.

1. Open a blank workbook
2. Type this into a cell =TEST and hit enter
3. You should now see #NAME? in that cell
4. Go back into the cell and change the formula to =test and hit enter
5. Go back into the cell and you will see that the formula has changed back
to =TEST

Essentially any text string entered will remain with its case in memory so
if you make a mistake, good luck changing it. I've confirmed this behavior
with a colleague who knows Ecxel pretty well and he has never noticed this
before.

Is it a bug or a feature? If it is a feature, how do I turn it off?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default Interesting =TExt issue

It's not a feature - it's just that way Excel remembers names.

To reset TEST, simply use Insert / Name / Define test (with your prefered cap/lower case mix) and
refer to any cell. Then do Insert/Name/Define again, and delete test from the name list... and the
next time, it will use your prefered case...

HTH,
Bernie
MS Excel MVP


"pat" wrote in message
...
I am having trouble with Excel not letting me change text that is in a
function. Try this to reproduce the issue.

1. Open a blank workbook
2. Type this into a cell =TEST and hit enter
3. You should now see #NAME? in that cell
4. Go back into the cell and change the formula to =test and hit enter
5. Go back into the cell and you will see that the formula has changed back
to =TEST

Essentially any text string entered will remain with its case in memory so
if you make a mistake, good luck changing it. I've confirmed this behavior
with a colleague who knows Ecxel pretty well and he has never noticed this
before.

Is it a bug or a feature? If it is a feature, how do I turn it off?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Interesting =TExt issue

How does this cause a problem? You have made a reference to a named range
that does not exits. Try this. Add =TEST in cell A1. Now in Cell A2 add the
number 1. Now add a named range called Test which references cell A2. Cell A1
will now also display the value 1 and the case of your formula will have
changed to match the case of the the named range...

I guess I just don't see the problem... It is kinda odd but certainly not a
problem.
--
HTH...

Jim Thomlinson


"pat" wrote:

I am having trouble with Excel not letting me change text that is in a
function. Try this to reproduce the issue.

1. Open a blank workbook
2. Type this into a cell =TEST and hit enter
3. You should now see #NAME? in that cell
4. Go back into the cell and change the formula to =test and hit enter
5. Go back into the cell and you will see that the formula has changed back
to =TEST

Essentially any text string entered will remain with its case in memory so
if you make a mistake, good luck changing it. I've confirmed this behavior
with a colleague who knows Ecxel pretty well and he has never noticed this
before.

Is it a bug or a feature? If it is a feature, how do I turn it off?

  #4   Report Post  
Posted to microsoft.public.excel.misc
Pat Pat is offline
external usenet poster
 
Posts: 210
Default Interesting =TExt issue

This causes a problem because I'm not trying to use a named reference, but
requesting data from a dde link that has a symbol that is case sensitive.
This is the dde formula:

='@recombiner!TA_SRV'|LIVEQUOTE!'LIVEQUOTE;1022;10 03={''+TOLKF''}'

I made a mistake and typed +TOLKf and then could not change it. This is a
case of an application trying to be smart and simply being annoying.


"Jim Thomlinson" wrote:

How does this cause a problem? You have made a reference to a named range
that does not exits. Try this. Add =TEST in cell A1. Now in Cell A2 add the
number 1. Now add a named range called Test which references cell A2. Cell A1
will now also display the value 1 and the case of your formula will have
changed to match the case of the the named range...

I guess I just don't see the problem... It is kinda odd but certainly not a
problem.
--
HTH...

Jim Thomlinson


"pat" wrote:

I am having trouble with Excel not letting me change text that is in a
function. Try this to reproduce the issue.

1. Open a blank workbook
2. Type this into a cell =TEST and hit enter
3. You should now see #NAME? in that cell
4. Go back into the cell and change the formula to =test and hit enter
5. Go back into the cell and you will see that the formula has changed back
to =TEST

Essentially any text string entered will remain with its case in memory so
if you make a mistake, good luck changing it. I've confirmed this behavior
with a colleague who knows Ecxel pretty well and he has never noticed this
before.

Is it a bug or a feature? If it is a feature, how do I turn it off?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default Interesting =TExt issue

Pat,

I cannot replicate your problem: within the double quotes, Excel should ignore whatever you type....

HTH,
Bernie
MS Excel MVP


"pat" wrote in message
...
This causes a problem because I'm not trying to use a named reference, but
requesting data from a dde link that has a symbol that is case sensitive.
This is the dde formula:

='@recombiner!TA_SRV'|LIVEQUOTE!'LIVEQUOTE;1022;10 03={''+TOLKF''}'

I made a mistake and typed +TOLKf and then could not change it. This is a
case of an application trying to be smart and simply being annoying.


"Jim Thomlinson" wrote:

How does this cause a problem? You have made a reference to a named range
that does not exits. Try this. Add =TEST in cell A1. Now in Cell A2 add the
number 1. Now add a named range called Test which references cell A2. Cell A1
will now also display the value 1 and the case of your formula will have
changed to match the case of the the named range...

I guess I just don't see the problem... It is kinda odd but certainly not a
problem.
--
HTH...

Jim Thomlinson


"pat" wrote:

I am having trouble with Excel not letting me change text that is in a
function. Try this to reproduce the issue.

1. Open a blank workbook
2. Type this into a cell =TEST and hit enter
3. You should now see #NAME? in that cell
4. Go back into the cell and change the formula to =test and hit enter
5. Go back into the cell and you will see that the formula has changed back
to =TEST

Essentially any text string entered will remain with its case in memory so
if you make a mistake, good luck changing it. I've confirmed this behavior
with a colleague who knows Ecxel pretty well and he has never noticed this
before.

Is it a bug or a feature? If it is a feature, how do I turn it off?



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
Format Issue DS Excel Worksheet Functions 4 October 13th 06 01:20 AM
Excel Formula Issue [email protected] Excel Discussion (Misc queries) 2 August 16th 06 11:44 PM
Custom View issue - maybe even a bug?! baxybaxy Excel Discussion (Misc queries) 0 June 27th 06 04:00 PM
Memory or power issue Steven Excel Discussion (Misc queries) 1 May 10th 06 05:06 AM
Wrap Text issue jsAlpha Excel Discussion (Misc queries) 2 January 5th 06 01:56 PM


All times are GMT +1. The time now is 07:51 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"