Hello,
Could you please help to solve the condition with following dataset:
Venture Purpose Value
1 Forecast 100
2 Planned 200
3 Actual 0
The purpose is to set the condition only for Venture "1" , the rest (2 & 3) will use all the time "Planned" variable from the Purpose column and corresponding value.
For the Venture "1" I need to use "Forecast" if the value exist, otherwise use "Planned" if there is a value or use Actual (as a last resort) if both Forecast and Planned will be equal to zero (null or empty cell).
Thanks,