Hello, I am trying to create a spreadsheet that will calculate a prorated price based on an effective date. I had found this forum by searching the issue where someone proposed this formula:
=A2*(DAY(EOMONTH(B2,0))-DAY(B2)+1)/DAY(EOMONTH(B2,0))
The problem is we use a billing cycle starting from the 16th of the current month to the 15th of the next month.
Here is the layout I am working with
Thank you.
=A2*(DAY(EOMONTH(B2,0))-DAY(B2)+1)/DAY(EOMONTH(B2,0))
The problem is we use a billing cycle starting from the 16th of the current month to the 15th of the next month.
Here is the layout I am working with
Thank you.