JordanLyon
6 years agoQrew Trainee
If formula that can display value from one of two fields
I need advice on composing a formula for a numeric field.
Basically, I have 3 numeric fields: an "estimated" value (Field A), an "actual" value (Field B) and a "Final" value (Field C). I want to display my "actual" value (Field B) in Field C unless the "actual" value (Field B) is blank then I want to display the "estimated" value (Field A) in Field C.
I've tried: If(isnull([Actual]), [Estimated], [Actual]) but it just keeps returned a value of "0".
Basically, I have 3 numeric fields: an "estimated" value (Field A), an "actual" value (Field B) and a "Final" value (Field C). I want to display my "actual" value (Field B) in Field C unless the "actual" value (Field B) is blank then I want to display the "estimated" value (Field A) in Field C.
I've tried: If(isnull([Actual]), [Estimated], [Actual]) but it just keeps returned a value of "0".