I want to set up quarterly windows based on a date

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

Guest

I have a date in column A. I want to set up quarterly windows using this
date. What is the formula for adding 3 months to date? I can get the ending
date by subtracting a day from the beginning of the next quarter date.
 
One way that would give you the last day of the quarter:

=A1+92-DAY(A1+92)

--
HTH

Sandy
In Perth, the ancient capital of Scotland

(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk
 

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