I would like to find the last day of a month

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Someone has suggested using the analysis toolpak. Is it possible to do this
withouth the toolpak and do it using date functions.

thanks

suzie
 
Use the DATE() function
if the year is in A1 and the month is in A2, then in A3
=DATE(A1,A2+1,0)
for example:
2006
4
4/30/2006
 

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

Back
Top