thank you - that was driving me nuts with such a simple thing. Can I make a formula referencing two other formula fields?
j
jen
06/25/2020, 9:56 PM
I don't think you can
☹️ 1
j
Jacob
06/26/2020, 8:00 PM
@MaryPeace FYI the formula {fieldId1} / {fieldId2} will error out if let's say the value of the denominator {fieldId2} is zero so the best formula should be {fieldId1} / nullif({fieldId2},0)