Hey everyone,
I am trying to add a formula to my pay run sheet. I have tried
=IFERROR(DATE(YEAR([Invoice Date]@row), MONTH([Invoice Date]@row) + 1, 1), DATE(YEAR([Invoice Date]@row, 12, 31))) + 30
which works, however, I need the month-end date and not +30 days as not every month has 30 days.
I need my payment date to read - 31/03/22 if the invoice date was 16/02/22
Invoice Date - 16/02/22
Month End Date - 28/02/22
Following Month, Month End Pay Date - 31/03/22
Any thoughts & help on this would be greatly appreciated? 😊