Excel April prior to a date
Solution 1:
Try the formula below on cell B1:
=IF(MONTH(A1)>=4,DATE(YEAR(A1),4,1),DATE(YEAR(A1)-1,4,1))
Drag it down to fill the other cells.
Try the formula below on cell B1:
=IF(MONTH(A1)>=4,DATE(YEAR(A1),4,1),DATE(YEAR(A1)-1,4,1))
Drag it down to fill the other cells.