Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
Office GroupsView
Excel
Excel Charting
Excel Crashesgpfs
Excel Misc
Excel Newusers
Excel Programming
Excel Setup
Excel Worksheet Functions
Word Application Errors
Word Conversions
Word Customization Menustoolbars
Word Docmanagement
Word Drawing Graphics
Word International Features
Word Mail
Word Mailmerge Fields
Word Newusers
Word Numbering
Word Oleinterop
Word Pagelayout
Word Printingfonts
Word Setup Networking
Word Spelling Grammar
Word Tables
Word Visual Basica Addins
Word Visual Basica Customization
Word Visual Basica General
Word Visual Basica Userforms
Works Win
Office Developer Automation
Office Developer Com Add_Ins
Office Developer Officedev Other
Office Developer Outlook Forms
Office Developer Outlook Visual Basica
Office Developer Visual Basica
Office Misc
Office Setup
Officeupdate
Onenote
Outlook
Outlook Bcm
Outlook Calendaring
Outlook Contacts
Outlook Fax
Outlook General
Outlook Installation
Outlook Interop
Outlook Mac
Outlook Printing
Outlook Program_Addins
Outlook Program_Forms
Outlook Program_Visual Basica
Outlook Teamfolders
Outlook Thirdpartyutil
Project
Project Developer
Project Server
Visio
Visio Developer
Visio General
Word Visual Basica Beginners
Outlookexpress General
Office Communicator
Word Programming
Office Templates Misc

Group SummariesView
.NET Framework
Access
BizTalk
Certifications
CRM
DDK
Exchange Server
FoxPro
French
French .NET
Games
German
German .NET
Graphic Design
IIS
Internet
ISA Server
Italian
Italian .NET
Maps
MCIS
Miscellaneous
Mobile Apps
Money
MSN
Networking
Office
Ops Mgr
Publisher
Security
SharePoint
Small Business
Spanish
Spanish .NET
SQL Server
Systems Management Server
Transaction Server
Virtual PC / Virtual Server
Visual Studio
Win32
Windows 2000
Windows 2003 Server
Windows 7
Windows Live
Windows Media
Windows Update
Windows Vista
Windows XP
 

View All Microsoft Excel Misc Posts  Ask A New Question 

Cell requires double click to 'activate' date format change

BLTibb posted on Saturday, November 29, 2008 12:52 AM

I have saved a file from quickbooks into excel.  when I open the report, the
dates in my transaction date column are in text format.  When I change the
column to date format, nothing happens until I double click in each cell.  It
is as if I have to enter the cell and leave it to 'activate' my command to
change date formats.

this will not do of course, because I have thousands of rows.  how do I get
them to all update when I change the format?
reply

 

When a cell is formatted as one type and you change that format type by going

T. Valko posted on Saturday, November 29, 2008 1:24 AM

When a cell is formatted as one type and you change that format type by
going to the menu Format>Cells, the new format isn't applied until you edit
the cell. That's what you're doing when you double click the cell.

Try this...

Select the range of cells that hold the text dates.
Goto the menu Data>Text to Columns
Click Finish

This will usually reset the format to General and then Excel will recognize
the dates as true Excel dates then automatcally set the format to date.


--
Biff
Microsoft Excel MVP
reply

Cell requires double click to 'activate' date format change

ShaneDevenshir posted on Saturday, November 29, 2008 2:35 AM

Hi,

Problem:
When numbers are enter as text they may not calculate within formulas as
they should.  A few formulas will work fine despite the numbers being entered
as text.  Numbers can be stored as text by 1. preformatting the cell to Text
and entering the number, 2. Typing an apostrophy in front of the number '123,
3. Because the data was downloaded from a soure inwhich it was stored as a
number, 4. Because you used the Text to Columns command and converted it to
text., and....

There is no sure indicator that a number is stored as text, although numbers
are usually right aligned and text left aligned, this may not be the case.
If you are using a later version of Excel, Error Checking green triangles may
appear at the top left corner of these cell, but this feature may be off or
the version of Excel may not support it. (2000 and earlier).

You can find out what data type the entries are by using the =ISTEXT(A1) or
=ISNUMBER(A1) functions.  You can not tell by checking the Format.  If a
number was entered in a cell preformatted as General or as a number, then it
will be a number, even if it's current format is Text.  Likewise a number
entered in a cell preformatted as Text will be text even if it's current
format is Number, General, Date, Currency and the like.

Solution:
1. Change the format to one that is numeric and then reenter the numbers
(too slow and error prone.)
2. Select the cells and open the Error Checking options and choose Convert
to Numbers - but this won't work with dates.
3. Select an empty cell and copy it.  Select the text number cell and choose
Edit, Paste Special, Add (or Subtract).  This method is ~100 times faster
than #2.

Dates are numbers, and if they are stored as text, you will not get an Error
Checking triangle, so method #3 is obligatory if there is a substantial
number of dates to convert.

If this information is helpful, please click the Yes button.
Cheers,
Shane Devenshire
reply

I'd go just a step further using Biff's instructions.

Dave Peterson posted on Saturday, November 29, 2008 7:35 AM

I'd go just a step further using Biff's instructions.

I'd do the same data|text to columns
then fixed width (but remove any lines)
And choose Date and the correct order (dmy, mdy, ...) just in case the order of
the text entry doesn't match the order of my windows short date.

It may not be necessary in all cases, but those extra 10 seconds would give me
peace of mind!


--

Dave Peterson
reply

 
 

Previous Microsoft Excel Misc conversation.