So I am using a formula to convert a date in one column to a quarter and year in another (sample spreadsheet attached). I needed to keep the cells with the formula blank if there was no date entered so the formula I am using is:
=IF(F4="","","Q"&INT((MONTH(F4)/4)+1)&"-"&RIGHT(YEAR(F4),2))
I thought it was working correct until I noticed some of them showing the wrong quarter. Example would be F3 to I3 and G3 to J3. If anyone could please help I would appreciate it.
Many thanks,
Josh
Bookmarks