Date separator

D

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.
 
S

Shairal

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... )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top