tir... is the same as xirr??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

i need to get the xirr

i have this values

-12120
3000
8000
11000

=xirr(all the values, ???)

i dont know what to put in guess and dates,

please help me
 
Suppose you have values in column A and dates in Column B, then

=XIRR(A1:A10,B1:B10,0.1)

0.1 is the estimated rate.


--
Best regards,
---
Yongjun CHEN
==================================
- - - - www.XLDataSoft.com - - - -
Free Excel/VBA Tool & Training Material
==================================
 
Most people put in 0.1 (10%) for a guess. It almost always works.

However, you need the dates on which the values occurred in order to use XIRR.
If you don't have dates, you can't use XIRR.

If the values occurred at regular intervals (eg, monthly, quarterly, annually),
you can use IRR to calculate the return.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

xirr - hi! i need some urgent help 3
XIRR Help 0
XIRR non contiguous references 2
XIRR - Function Missing 1
XIRR question 5
CAGR for short sales using XIRR 3
XIRR value error 2
Too negative XIRR? 3

Back
Top