View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ikaabod[_84_] Ikaabod[_84_] is offline
external usenet poster
 
Posts: 1
Default How do I calculate a several tier IRR waterfall?


Is this close to what you need?
=IF(IRR(F9:F14)<0.095,"1stTier",IF(AND(IRR(F9:F14) =0.095,IRR(F9:F14)<0.105),"2ndTier","3rdTier"))

Dan Wrote:
Terms change in my transaction after a specific IRR (internal rate o
return)
is acheived. I can test for what year that IRR is triggered. How d
I
calculated what is the amount in that year to help the step and use th
next
tier of the waterfall


--
Ikaabo
-----------------------------------------------------------------------
Ikaabod's Profile: http://www.excelforum.com/member.php...fo&userid=3337
View this thread: http://www.excelforum.com/showthread.php?threadid=54428