![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Mar 2002
Posts: 22
|
I have the following formula :-
=ROUND((XIRR({-198567.26,4750,204032},{36257,36295,37315},0.1)*100),2) How can it be re-written so that the figures 204032 and 37315 can be replaced by cell refs ? |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
=ROUND((XIRR(A2:A4,B2:B4,0.1)*100),2) where A2:A4 houses the values -198567.26 4750 204032 and B2:B4 the date values 36257 36295 37315 formatted as date. |
|
|
|
|
|
|
#3 |
|
Join Date: Mar 2002
Posts: 22
|
Thanks.
That's what I thought ("Constants of a constant array cannot be variablized, that is, replaced with cell refs") .... but was hoping it was possible. I suppose I'll just either have to rearrange my data so as to be able to use cell refs for all, or live with all hard values in the formula. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|