Specific Dates

  • Thread starter Thread starter Dos Equis
  • Start date Start date
D

Dos Equis

Hi all,

Just realized, I also need help with another aspect of my project. I
need to print a report which always refers to the previous Thursday.
Specifically, in the header I have "Report for (Date)" where (Date) is
the previous Thursday. I'd like to automate the dating process as I
forget as often as I remember. Again, any help is greatly
appreciated.

Thanks,

Byron
 
Hi all,

Just realized, I also need help with another aspect of my project. I
need to print a report which always refers to the previous Thursday.
Specifically, in the header I have "Report for (Date)" where (Date) is
the previous Thursday. I'd like to automate the dating process as I
forget as often as I remember. Again, any help is greatly
appreciated.

Thanks,

Byron


=A1-WEEKDAY(A1)-2

will give the Thursday preceding the date in A1
--ron
 

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