Get instant live expert help on rate function excel

“My Excelchat expert helped me in less than 20 minutes, saving me what would have been 5 hours of work!”

Post your problem and you’ll get expert help in seconds.

Our professional experts are available now. Your privacy is guaranteed.

Here are some problems that our users have asked and received explanations on

I have a problem regarding to The Interest Rate Function in Excel
Solved by E. Y. in 24 mins
Use the VBA Editor to create a new module. Function Depreciation (Value, Rate) Depreciation = Value * Rate End Function
Solved by G. S. in 30 mins
In a labeled blank Excel cell, calculate the future value of 30 monthly payments of $200 each if the monthly interest rate is 0.2%. Use the FV() function in Excel.
Solved by X. J. in 20 mins
Use the VBA Editor to create a new module. Type the following VBA code to create a custom depreciation function (be sure to include the blank lines after the first line and before the last line). Save and exit the VBA Editor. Function Depreciation (Value, Rate) Depreciation = Value * Rate End Function
Solved by I. A. in 12 mins
SUMPRODUCT FORMULA IN EXCEL 1 2 3 4 Qty Rate Qty Rate Qty Rate Qty Rate 10 200 5 190 5 180 5 180
Solved by A. A. in 26 mins