Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Team - i need to create an expression that calculates the Weighted Value Contribution (column 2). I'm stuck!
Here are my expressions
1) Value Contribution (%) = Value Contribution ($) / Industry Size
2) Weighted Value Contribution = TOTAL of Weighted Value Contribution * Weighted by VC
3) Weighted by VC = Value Contribution ($) / TOTAL Value Contribution ($)
Many Thanks,
Brian
Maybe it's a little to late for me this evening:
Weighted Value Contribution = TOTAL of Weighted Value Contribution * Weighted by VC
Here you define a value by referencing the value, isn't this a logical loop?
Or maybe TOTAL of Weighted Value Contribution is a constant, like 100% or 1, but then it will just be
Weighted Value Contribution = Weighted by VC * const.
and you would need to define the constant, but I don't think that's what you want.