![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Financial > IRR |
IRR(values [,guess]) |
| Returns the percentage return (or loss) of an initial investment. |
| values | The array or a reference to cells that contain numbers for which you want to calculate the internal rate of return. | |
| guess | The number that you guess is close to the result of IRR. |
| REMARKS |
| The internal rate of return is the interest rate received for an investment consisting of payments (negative values) and income (positive values) that occur at regular periods. | ||
| The rate of return calculated by this function is the interest rate corresponding to a 0 (zero) net present value. | ||
| The cash flows must occur at regular intervals, such as monthly or annually. | ||
| This function uses an iterative technique for calculating IRR. | ||
| Starting with the value "guess" the function iterates through the calculation until the result is accurate within 0.00001 percent. | ||
| If "values" does not contain at least one positive value and one negative value, then #NUM! is returned. | ||
| This function uses the order of values to interpret the order of cash flows so make sure to enter your payment and income values in the sequence you want. | ||
| If an array or reference argument contains text, logical values, or empty cells, those values are ignored. | ||
| If "guess" is left blank, then 0.1 (or 10 percent) is used. In most cases you will not need provide a "guess". | ||
| If this function can't find a result that works after 20 tries, then #NUM! is returned. | ||
| If this function returns a value that is not close to what you expected, you can try again with a different value for "guess". | ||
| If this function returns #NUM! you can try again with a different value for "guess". | ||
| This function is closely related to the NPV() function. |
| EXAMPLES |
|
| Functions - I | Index - I | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |