Hello, I’m currently copying the formula from our excel file to airtable. But some of the formulas are having errors in Airtable.
Can someone help me what are the correct formula of these in Airtable to make it work?
Correct Formula for:
6mo Avg
=iferror(GPM*(if(Months#>6,6,“”)),“”)
6mo Avg%
{WIP: 6mon Ave$}/{Purchase Price}
ROI Growth
=iferror(Actual Growth on Purchase / Cash Required,)
COC Return
=iferror(Cashflow / Cash Required)
Total ROI
=iferror((Actual Growth on Purchase + Cashflow) / Cash required)
6MA
=iferror(PCM$ * (if(Month>6,6,“”)),“”)
Thank you