View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Pick only date from DD/MM/YY format

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



"shaji" wrote:

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