The default formula for computing actual cost is (actual units)*(price/unit). Is there a way to change/tweak the formula of actual cost so that it should be (actual units)*(price/unit2)?
In my project, the budgetary unit cost is different from the actual unit cost of a particular item. For example, the unit price of concrete rises from $70.00/cu.m. to $80.00/cu.m. I want this to reflect on my programme, in which i input (price/unit)=$70.00, and (price/unit2)=$80.00 for concrete. In budgeted cost, I use $70.00 (price/unit) as its unit cost and as for the actual cost, its unit cost should be $80.00 (price/unit2).
Thanks in advance.