Hi, I need to replicate this formula from excel:
=VNA(wacc;cash flow)*(1+wacc)^0,5
Could you please help me? Thanks
Nacho
Hi,
I am not an Excel expert functions and I do not know all the context of the current Excel file.
However, assuming that "wacc" and "cash flow" will be line items in your Anaplan model, you can use a combination of NPV and SQRT Anaplan functions functions
= NPV(wacc, cash flow) * SQRT(1 + wacc)
Thank you all, for the quick reply.
Unfortunatelly the result of the formula does not match exactly with the Excel formula.
As far as I know, it is on Anaplan's roadmap o release the NPV formula that matches.
Hi
Have just used simple case for CF and Rate and NPV to show the results of excel and anaplan.
Attaching the screenshot along with formula in Anaplan.
Hello team, I am logging into Anaplan through SSO. I would like to create a batch script to import a file into Anaplan. For the Spoke model, I would like to run an process via a batch script to import data from the Data Hub. Can anyone provide me script for both the condition.
is there a way to import data with months in columns (usual excel table view)? I have to transform the data so there are rows to cover each period in the upload data form, but I am wondering if there is a better way to just import the data as is with the months in the columns. please let me know what you think. thank you,
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…