Trying to get 'Full Name', 'Organization' in my primary field. My problem is that sometimes both 'Full Name' and 'Organization' are filled in, and sometimes it's only one or the other. I tried using the following formula, and it worked when one or the other is filled in, but when both are filled in, it doesn't add the comma and space. I'll attach an image so it's clear what I mean.
IF({Full Name}, {Full Name} &
IF({Organization}, {Organization} &
IF(({Full Name}+{Organization}),({Full Name} & ", " & {Organization}))))


