Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / October 2006

Tip: Looking for answers? Try searching our database.

Why does the word typed "true" automatically turn to ALL CAPS?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
sunil - 31 Oct 2006 08:11 GMT
Why does the word typed "true" automatically turn to ALL CAPS?
Also why does a foder named "con" cannot be created in Office?
Ken Wright - 31 Oct 2006 08:33 GMT
Because it is interpreted as being part of a TRUE/FALSE test as opposed to
simply a piece of text.

As for the folder, I'm guessing it is simply a special/reserved name for a
hidden Windoiws folder, or something like that.

Signature

Regards
          Ken.......................    Microsoft MVP - Excel
             Sys Spec - Win XP Pro /  XL 97/00/02/03

----------
It's easier to beg forgiveness than ask permission :-)

> Why does the word typed "true" automatically turn to ALL CAPS?
> Also why does a foder named "con" cannot be created in Office?
Biff - 31 Oct 2006 08:41 GMT
>Why does the word typed "true" automatically turn to ALL CAPS?

Because it's a special value. The same thing will happen when you type in
"false". They will not only be in all caps but they will also be
automatically centered in the cell.

These are called boolean or logical values.

To enter the TEXT value: true

Either preformat the cell as TEXT or precede the entry with an apostrophe:
'true.

Here's an obscure bit of info:

If you need to count the number of TEXT entries of "true":

=COUNTIF(A1:A10,"*true")

A TEXT entry of true will not be counted in:

=COUNTIF(A1:A10,"true")

Because Excel  thinks it's a boolean but at the same time:

=COUNTIF(A1:A10,TRUE)

Will also not count the TEXT value "true".

Kind of strange!

Using the wildcard coerces the argument to be evaluated as TEXT and not a
boolean.

Biff

> Why does the word typed "true" automatically turn to ALL CAPS?
> Also why does a foder named "con" cannot be created in Office?

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.