Forum Discussion
Anonymous
6 years agoNot applicable
Adding two variables then divide by the third
Hi all,
Stuck on this one.
I have created three variables to work out a cost.
__BASELINE_VALUE, _RPPTBREAKDOWNS and __MEASURE_VALUE
RETURN
IF(
NOT ISBLANK(__MEASURE_VALUE),
CALCULATE(DIVIDE((__BASELINE_VALUE + __RPPTBREAKDOWNS, __MEASURE_VALUE))
)
I'm struggling with the RETURN part. How do I write the formula so I get __BASELINE_VALUE + __RPPTBREAKDOWNS divided by __MEASURE_VALUE?
Thanks team
I'm struggling with the RETURN part. How do I write the formula so I get __BASELINE_VALUE + __RPPTBREAKDOWNS divided by __MEASURE_VALUE?
Thanks team
Anonymous ,
Try to remove Calculate keyword from your formula and give it a one try.
Don't forget to give thumbs up 👍 and accept this as a solution if it helped you.
1 Reply
- Tahreem24Super User
Anonymous ,
Try to remove Calculate keyword from your formula and give it a one try.
Don't forget to give thumbs up 👍 and accept this as a solution if it helped you.