LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.misc
Stephen
 
Posts: n/a
Default Imported Data Date Format Problem

"Craig" wrote in message
...
Hi all,

I have set up an Excel Spreadsheet that imports data from a sql database
using the 'external data' function.

The problem is that the dates being retrieved from the db are in the
format
5/12/2005 12:29:59 AM

I have set excel to display the dates as short dates, ie 05/12/2005
without
the time but whilst the date displays correctly if the cell is selected
the
original date format is still displayed.

This is preventing me from creating rules and using counting formulas etc

Can anyone help???? Please....


Dates are stored as integers and time as a fraction of a day. So, Excel
stores the date/time you quote as 38691.0208217593 where 38691 represents
the date and 0.0208217593 represents the time. To get just the date, if the
time/date is in A1 you can use the formula
=INT(A1)


 
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
Convert data into standard military time format geog Excel Discussion (Misc queries) 2 December 12th 05 07:46 PM
How do I stop a general format from being autoformatted to date cpp01rem New Users to Excel 2 November 21st 05 12:29 PM
date format problem Nigel Excel Discussion (Misc queries) 7 May 11th 05 12:57 PM
Line Graph Data Recognition Nat Charts and Charting in Excel 2 April 30th 05 02:07 PM
Problem with Date format from VBA code twig Excel Discussion (Misc queries) 3 December 7th 04 06:01 PM


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