Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I am using the following equation as my Profitability Index: {=IF(ISERROR(-NPV(Rate, IF(SIGN(CF)=1, CF, 0))/NPV(Rate, IF(SIGN(CF)=-1, CF, 0))), "Not Applic.", -NPV(Rate, IF(SIGN(CF)=1, CF, 0))/NPV(Rate, IF(SIGN(CF)=-1, CF, 0)))} Rate=discount rate CF=cash flow I am simply taking NPV of positive values divided by NPV of negative values. And if there is an error, a "Not Applic" note is displayed. This is for a large project that spans more than one year during its construction. So NPV of negative values is necessary. Although the current equation works, is there a more elegant way of writing this equation? Perhaps something that doesn't use formula arrays. Thank you. Best regards, Kevin |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Equation to refer to data value(s) and not the cell?? | Excel Discussion (Misc queries) | |||
Equation Editor- problem when editing an equation | Excel Discussion (Misc queries) | |||
Need Help with #N/A in equation | Excel Discussion (Misc queries) | |||
cell color index comparison | New Users to Excel | |||
index to a range of cells | Excel Worksheet Functions |