Pick only date from DD/MM/YY format

S

shaji

Sir,

I have a data in which Column A contains date B contains programmes. I am
trying to get in column C that if date starts with 1 a particular programme
from B and if start with 15 some other programme. when i put the formulah
=left(A1,2) it brings 39 as answer. Is there any idea that how I can bring
the first two digits from the date column with out considering the month &
year.

thanks
 
M

Mike H

Hi,

I'm not sure what you are trying to do but to extract the day portion of a
date try this with a date in A1

=DAY(A1)

If you need more help post you data layout.

Mike
 

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