Hello Roy,

This is all I needed and it worked:

If isnull(A) then SUM = B
If isnull(B) then SUM = A
If not isnull(A) and A <> "" and not isnull(B) and B <> "" then SUM = A+B



      

Reply via email to