I am new to Access so hoping someone can help me out. I am trying to build a depreciation table. I have previously built this in Excel and use an IFERROR formula to do my calculations (
Code:
=IFERROR(IF(V$3=MEDIAN(EOMONTH($F58,-1)+1,$G58,V$3),$H58,0),0)
where V3 is 1/1/22, F58 is Acquisition Date, G58 is End of Life date and H58 is the Monthly Depreciation amount). I don't know how to do this in Access. I have created a table with the same Field Names as the Excel file although I don't know how to make Field Names recognized as dates in order to try and replicate the formula. Can anyone help guide me to where I need to start?
Thank you!