Forum Discussion
alymaghrabi2
Jul 18, 2024Copper Contributor
I have an Issue in calculate depreciation formulas
=AMORLINC(G54;I54;DATE(2023;12;31);0;0;H54;0) date purchased is the same of first period but the result not correct
NikolinoDE
Jul 18, 2024Gold Contributor
Given your formula, if you have an English speaking version of Excel you should change the formula from ";" to ",".
Here is a corrected approach based on English version.
=AMORLINC(G54, I54, DATE(2023, 12, 31), 0, 0, H54, 0)
My answers are voluntary and without guarantee!
Hope this will help you.
Was the answer useful? Mark as best response and Like it!
This will help all forum participants.