A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Date separator



 
 
Thread Tools Display Modes
  #1  
Old May 27th, 2010, 10:26 PM posted to microsoft.public.excel.misc
Date separator
external usenet poster
 
Posts: 1
Default Date separator

Dear Expert,

I was wandering how to make exel separate dates.

For example:
In column A I have a date 2010 04 01; in column B I have number 23 ; in C
number 25. In rows from 1 to 10 I have the same 2010 04 01 date with the
different numbers in columns B and C. In rows from 11 to 20 I have different
date 2010 04 02 and in colums B and C different numbers.
I want to make some counting with the numbers in columns B and C, but I need
that exel understood the different date because I need to count 45 000
different dates.
Please, tell me how to make exel separate different dates, o to make it
understand different dates.
Thank you.
  #2  
Old May 28th, 2010, 12:39 AM posted to microsoft.public.excel.misc
shairal
external usenet poster
 
Posts: 31
Default Date separator

Use the DATE function - this assumes your date is in cell A2
=DATE(LEFT(a2,4),MID(a2,6,2),RIGHT(a2,2))

You can then format the date to your liking (right click, choose Format
Cells... )

"Date separator" wrote:

Dear Expert,

I was wandering how to make exel separate dates.

For example:
In column A I have a date 2010 04 01; in column B I have number 23 ; in C
number 25. In rows from 1 to 10 I have the same 2010 04 01 date with the
different numbers in columns B and C. In rows from 11 to 20 I have different
date 2010 04 02 and in colums B and C different numbers.
I want to make some counting with the numbers in columns B and C, but I need
that exel understood the different date because I need to count 45 000
different dates.
Please, tell me how to make exel separate different dates, o to make it
understand different dates.
Thank you.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:31 AM.


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