Would anyone know a simple formula for doing this? My goal is to have a formula that will give me the fiscal quarter end dates for any given scenario. For example, if a company's fiscal year ends 12/31/2009, I would like a formula that would spit out 03/31/2010, 06/30/2010, and 09/30/2010 for the 1st, 2nd, and 3rd quarter end dates. I found the following formula online today. It get me close, but gives me all the exact dates. For example, it gives me 07/01/2010 instead of 06/30/2010.
=DATE(YEAR(A1),MONTH(A1)+3,DAY(A1))
Any help would be GREATLY appreciated.
tg
Bookmarks