View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Peo Sjoblom
 
Posts: n/a
Default Locate month and year from range of date from another sheet

=MONTH(A1)

will return the index number of the month, e.g. 01/01/06 in A1 will return 1

=YEAR(A1)

will return the year

if you want the month in text like January

=TEXT(A1,"mmmm")

or just

=A1 and custom format mmmm


--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon




"Rao Ratan Singh" wrote in message
...
Hi all,
I want to locate month and year from range of date through April, 05 to
Feb.,06
How?

Thanks and regards

RRS