简体   繁体   English

有人可以在 Google 表格中看到这个 XIRR() 计算有什么问题吗? (我已经向 Google 发送了一个请求……)

[英]Can someone see what is wrong with this XIRR() computation in Google Sheets? (I have sent a request to Google …)

Please review https://docs.google.com/spreadsheets/d/1cWIAdWylD5Mx8zP5gFwkSVkAYLwXuFopoH_9mi2tGWg/edit#gid=0 .请查看https://docs.google.com/spreadsheets/d/1cWIAdWylD5Mx8zP5gFwkSVkAYLwXuFopoH_9mi2tGWg/edit#gid=0 It contains some dates and corresponding investment amounts.它包含一些日期和相应的投资金额。 My goal is to have XIRR() compute the rate of return.我的目标是让 XIRR() 计算回报率。 While it is obvious that the result must be negative, the cell C1, with the formula XIRR(B3:B16,A3:A16) , produces a huge positive number.虽然很明显结果一定是负数,但使用公式XIRR(B3:B16,A3:A16)的单元格 C1 会产生一个巨大的正数。 Thanks in advance.提前致谢。

I just realized that I didn't provide a 3rd argument, rate_guess, in the original invocation of XIRR().我刚刚意识到在 XIRR() 的原始调用中我没有提供第三个参数 rate_guess。 (Thanks to @player0 for prompting me). (感谢@player0 提示我)。 With rate_guess provided, the result is believable.提供 rate_guess 后,结果是可信的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 这个谷歌表格公式有什么问题? - What is wrong with this google sheets formula? 在 Google 表格中,我的侧边栏中有一个未提交数据的表单。 我的代码有什么问题? - In Google sheets I have a form in my sidebar that is not submitting the data. What is wrong with my code? 我在谷歌表格中的查询导入范围有什么问题? - What is wrong with my Query Importrange in google sheets? 我在 Google 表格中的 IF 公式有什么问题? - What's wrong with my IF formula in Google Sheets? 当我将 Google 工作表另存为 xlsx 时,使用 =image() 看不到工作表中的图像 - When I save a google sheet as xlsx i don't see the images I have in sheets using =image() 有人可以用python和google sheet api帮助我解决这个问题吗? - Can someone help me with this problem with python and google sheets api? 有人可以帮助解释 Google 表格中此查询背后的语法吗? - Can someone help explain the syntax behind this query in Google Sheets? 我对谷歌表格中的 VLOOKUP 公式有疑问 - I have a problem with VLOOKUP formula in google sheets 我可以自动在Google工作表列中记录其他人编辑其他Google工作表的时间吗? - Can I automatically Record in a google sheet column , the timings that other google sheets have been edited by others? Google表格上的XHR请求 - XHR request on Google Sheets
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM