How to Use the IMCSC Function in Excel

The IMCSC function is a sophisticated tool in Excel that calculates the modified internal rate of return (MIRR) for a sequence of cash flows, which may include various investments and withdrawals occurring at different times.

How IMCSC Works in Excel and Google Sheets

The syntax for the IMCSC function is as follows:

=IMCSC(values, finance_rate, reinvest_rate)
  • values: An array or a reference to cells containing the cash flows.
  • finance_rate: The discount rate to apply to the cash flows.
  • reinvest_rate: The rate at which positive cash flows are presumed to be reinvested.

Examples of Using IMCSC Function

Consider a scenario where you invest $1000 initially and receive $500 after one year, followed by $800 after two years. You aim to calculate the modified internal rate of return for this series of transactions, assuming that positive cash flows are reinvested at a rate of 5%.

Year Cash Flow
0 -$1000
1 $500
2 $800

Apply the IMCSC function in Excel or Google Sheets like so:

=IMCSC({-1000, 500, 800}, 0.1, 0.05)

This formula calculates the modified internal rate of return, taking into account a finance rate of 10% and a reinvestment rate of 5%.

The IMCSC function is invaluable for evaluating investments that include multiple cash flows and opportunities for reinvestment, as it provides a more precise reflection of the investment’s return.

More information: https://support.microsoft.com/en-us/office/imcsc-function-9e158d8f-2ddf-46cd-9b1d-98e29904a323

Other functions
Returns the modified Bessel function In(x)
Returns the Bessel function Jn(x)
Returns the modified Bessel function Kn(x)
Returns the Bessel function Yn(x)
Converts a binary number to decimal
Converts a binary number to hexadecimal
Converts a binary number to octal
Returns a 'Bitwise And' of two numbers
Returns a value number shifted left by shift_amount bits
Returns a bitwise OR of 2 numbers
Returns a value number shifted right by shift_amount bits
Returns a bitwise 'Exclusive Or' of two numbers
Converts real and imaginary coefficients into a complex number
Converts a number from one measurement system to another
Converts a decimal number to binary
Converts a decimal number to hexadecimal
Converts a decimal number to octal
Tests whether two values are equal
Returns the error function
Returns the error function
Returns the complementary error function
Returns the complementary ERF function integrated between x and infinity
Tests whether a number is greater than a threshold value
Converts a hexadecimal number to binary
Converts a hexadecimal number to decimal
Converts a hexadecimal number to octal
Returns the absolute value (modulus) of a complex number
Returns the imaginary coefficient of a complex number
Returns the argument theta, an angle expressed in radians
Returns the complex conjugate of a complex number
Returns the cosine of a complex number
Returns the hyperbolic cosine of a complex number
Returns the cotangent of a complex number
Returns the hyperbolic cosecant of a complex number
Returns the quotient of two complex numbers
Returns the exponential of a complex number
Returns the natural logarithm of a complex number
Returns the base-10 logarithm of a complex number
Returns the base-2 logarithm of a complex number
Returns a complex number raised to an integer power
Returns the product of complex numbers
Returns the real coefficient of a complex number
Returns the secant of a complex number
Returns the hyperbolic secant of a complex number
Returns the sine of a complex number
Returns the hyperbolic sine of a complex number
Returns the square root of a complex number
Returns the difference between two complex numbers
Returns the sum of complex numbers
Returns the tangent of a complex number
Converts an octal number to binary
Converts an octal number to decimal
Converts an octal number to hexadecimal