![]() |
addressing in formulas
Hi, here is my casus:
in cell A1 i have the formula: IRR(A1:A730) in cell B1 i have a number my target is the formula in A1 to refer from A1 to A[the number in cell B1]. How can i do that? |
addressing in formulas
One way:
=IRR(OFFSET(A1,,,B1,1)) In article , Darin wrote: Hi, here is my casus: in cell A1 i have the formula: IRR(A1:A730) in cell B1 i have a number my target is the formula in A1 to refer from A1 to A[the number in cell B1]. How can i do that? |
addressing in formulas
Try: =IRR(INDIRECT("A1:A"&B1))
-- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Darin" wrote: Hi, here is my casus: in cell A1 i have the formula: IRR(A1:A730) in cell B1 i have a number my target is the formula in A1 to refer from A1 to A[the number in cell B1]. How can i do that? |
All times are GMT +1. The time now is 09:26 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com