How about adding a quarterly function to Excel like its EOMonth?

S

SDolley

The EOMonth function is great. But what about creating a similar function for
determining the end of the current quarter that a specified date is in?
 
B

Bob Phillips

=DATE(YEAR(A2),(INT((MONTH(A2)-1)/3)+1)*3+1,0)

--

HTH

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