I’ve been fighting this and researching long enough. here is what I currently have that doesn’t work: IF({Referral Name}}, “Field is Not Empty”),{Commission}{Referral %},"")*
Explained:
If Referral Name field is not blank or empty,
Calculate Commissi...
kuovonne:
IF( {Referral Name}, {Commission} * {Referral %} )
Thanks for the welcome, Kuovonne! And, more importantly, thank you for the solution. It works but I don’t understand why I don’t need the other half of the logic statement. Is it bec...