Dates / Days

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

Guest

Hello,

In cash mngnt spreadsheet. I have in A5 the current month: 01-Feb-05, I'd
like, if possible, D13 to be 1st day of A5, D14 to be 2nd day of A5, D15 to
be 3rd day of A5 etc.
Also, I'd like, if possible, to display in D13 "1", D14 "2", D15 "3", etc.

Thank you in advance for any help.
 
D13: = DATE(YEAR(A5),MONTH(A5),1)
D14: =D13+1
D15: =D14+1
etc.

format them all as custom format d

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Similar Threads


Back
Top