Prepaid Expense amortization

adiles

New Member
Joined
Jun 13, 2020
Messages
41
Office Version
  1. 365
Platform
  1. Windows
Hi All,

Can anyone help me out with this excel. I want a formula which auto calculate according to the month between start date and end date.


NAMESTART DATEEND DATENO.OF DAYSAMOUNTPER DAYJan-13Feb-13Mar-13Apr-13May-13Jun-13Jul-13Aug-13
OFFICE RENT TAX '19-20
15-Jan-2013​
14-Jan-2014​
365​
80,000.00219.18
3506.849​
Auto fillAuto fillAuto fill


I tried using this formula.
=IFS(AND(G1<$B2,G1<$C2),SUM(DAYS(EOMONTH($B2,0),$B2)*$F2),AND(G1>$B2,G1<$C2),(EOMONTH(G1,0))*$F$2)
but it wont work for me.
Your reply will be highly appreciated.
 
fisch3341
Welcome to the forum.
You could have started a thread with your question?
You did not describe your information.
You can copy the data below to a clean sheet; see the icon below the F(x).
H2:X2 are dates; month end dates like Oct 31, 2020.

T202011a.xlsm
CDEFGHIJKL
1
2AmountStart dateEnd DateNumber of MonthsOctNovDecJanFeb
3156,643.84 01-Nov-2028-Feb-213 52,214.6152,214.6152,214.61 
4
5b
Cell Formulas
RangeFormula
F3F3=DATEDIF(D3-1,E3,"M")
H3:L3H3=IF(AND($D3<=H$2,SUM($G3:G3)<$C3),$C3/$F3,"")
Hi Dave,

I tried this, and it worked for the 3 months. Now what would I have to do to put that formula in for the other months prior?
They should be pulling 0 since it doesn't start till November, but for some reason it's pulling that amount for other months as well:

1605197349610.png
 
Upvote 0

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
You have not provided information that I can review or comment on.
Ensure you copied the data that I posted to C1.
Column G should be blank.
You can post an extract of your data with the forums Add-in XL2BB.
 
Upvote 0
Upvote 0
N.B. Nov 1 to Feb 28 is 4 months.

Review the logic.
You can use Excel's Evaluate Formula (Formulas Formula Auditing Evaluate Formula)
 
Upvote 0
Adjusted for month 1

=IF(AND($B2<EOMONTH(G$1,0),$C2>G$1),MIN((MAX($C2,G$1)+IF($B2>G$1,0,1)-G$1),(EOMONTH(G$1,0)+IF($B2>G$1,0,1)-MAX($B2,G$1)))*$F2,)

View attachment 16121
Hi, could you please explain what am I doing wrong? I'm using the same formula but the result is just the amount per day. Thanks in advance!!! :)
 

Attachments

  • Capture Prepaids.PNG
    Capture Prepaids.PNG
    15.4 KB · Views: 8
Upvote 0

Forum statistics

Threads
1,215,432
Messages
6,124,858
Members
449,194
Latest member
HellScout

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top