I have purchase date (A), cost (B), depreciation rate (C), accumulated depreciation (D), in columns A to D and months in columns E onwards. I have used nested "if" function: =ROUND(IF((AND(D2<B2,A2<=$E$1)),B2*C2/12,0),2) to calculate depreciation for each month (in adjucent columns). I want to...