PhpSpreadsheet/tests/data/Calculation/Financial
Paul Blacknell 788f79c1bb
Validate XIRR inputs and return correct error values
Fix: Return #NUM! if values and dates contain a different number of values
Fix: Return #NUM! if there is not at least one positive cash flow and one negative cash flow
Fix: Return #NUM! if any number in dates precedes the starting date
Fix: Return #NUM! if a result that works cannot be found after max iteration tries
Fix: Correct DocBlocks for XIRR & XNPV
Add: Validate XIRR with unit tests

Closes #1177
2019-11-17 21:17:12 +01:00
..
ACCRINT.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
ACCRINTM.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
AMORDEGRC.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
AMORLINC.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
COUPDAYBS.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
COUPDAYS.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
COUPDAYSNC.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
COUPNCD.php Fixes to coupon functions (#1068) 2019-07-10 21:22:16 +02:00
COUPNUM.php Fixes to coupon functions (#1068) 2019-07-10 21:22:16 +02:00
COUPPCD.php Fixes to coupon functions (#1068) 2019-07-10 21:22:16 +02:00
CUMIPMT.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
CUMPRINC.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
DB.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
DDB.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
DISC.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
DOLLARDE.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
DOLLARFR.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
EFFECT.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
FV.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
FVSCHEDULE.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
INTRATE.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IPMT.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IRR.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
ISPMT.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
MIRR.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
NOMINAL.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
NPER.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
NPV.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
PDURATION.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
PRICE.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
PRICEDISC.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
PV.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
RATE.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
RRI.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
SLN.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
SYD.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
XIRR.php Validate XIRR inputs and return correct error values 2019-11-17 21:17:12 +01:00