Is there any formula I can use to find the next quarter date, bi-annual date or annual date?
Sample data:
Date | Type
12/01/2006 | 4
26/07/2004 | 2
22/01/1995 | 1
12/01/2006 with 4 quarter, the next quarter date should be 12/10/2006
26/07/2004 with bi-annual, the next date should be 26/01/2007
22/01/1995 with annual, the next date should be 22/01/2007
Sample data:
Date | Type
12/01/2006 | 4
26/07/2004 | 2
22/01/1995 | 1
12/01/2006 with 4 quarter, the next quarter date should be 12/10/2006
26/07/2004 with bi-annual, the next date should be 26/01/2007
22/01/1995 with annual, the next date should be 22/01/2007