pick up date, month and year from a date

V

vikkam

I have date in say column b.
I need to have year, month and date from column b to
column c, column d and column e so I can sort data
by month or date.

I know it is simple formulae but have forgotten it.

Appreciate help.

thanks much

vikkam
:confused:
 
V

vikkam

Thanks much for your e-mail.

Basically as explained I need 2nd column to oick up only
date portion of the column1. 3rd column to pick up
month portion of column 1. 4th column to pick up year.

For example
columnA columnB columnC columnD
12/01/1952 01 12 1952

With these I can sort the data as per column C and then Column B.
I will get list with month and day in chronological order.

I hope I have been able to explain my self.

I tried formatting columnB as DD (=$A1) and Column C as MM (=$A1)
but while sorting it picks up entire date and sorts by age.

Thanks for your help.

confused vikkam
:confused:
 
V

vikkam

Excelenator

Sorry did not see yourmail b4 my last reply.
Thanks much. It solved one problem.
However the cell has to be formated as text
to display correct value. I am not sure if it will
sort correctly.
Will try tomorrow morning and see.

Thanks once again cool dude.

vikkam

how is

=MONTH(B1)
=DAY(B1)
=YEAR(B1)

for simple
 

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