Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sudden "0" output on Sumproduct formulas | Excel Discussion (Misc queries) | |||
How to change column letters to correct ones in many formulas automatically? | Links and Linking in Excel | |||
How to change column letters to correct ones in many formulas automatically? | Excel Worksheet Functions | |||
how can i get formulas in excel to copy and paste? | Excel Worksheet Functions | |||
calculating formulas for all workbooks in a folder | Excel Worksheet Functions |