
Originally Posted by
mcke1610
Hi...I'm trying to use the address formula inside of an IRR function. Is this possible? Here is exactly what is happening:
-There is a table with a list of dates going back a few years and related cash flows
-I want to be able to calculate the IRR for specific date ranges (ie: i would input from 1-jan-06 to 31-dec-06.
-I first use MATCH to find the row that corresponds to the start and end dates
-I then use ADDRESS to get those rows into proper notation
-I then use IRR
=IRR("L" & VALUE(H590) & ":" & "L" & VALUE(H594),H596 & ":" & H597,"")
In this case H590 and H594 hold the row numbers while H596 and H597 hold addresses (eg: $A$456)
Can I do this?
THanks!
Bookmarks