Hi,
I have a sql code which gives me the code for getting the fy quarter as below. How do i get it in excel
'FY' + CONVERT(varchar, Right(DatePart(yy, DateAdd(month, 4, GetDate())), 2))
'Q' + CONVERT(varchar, DatePart(qq, DateAdd(month, 4, GetDate())))
Bookmarks