Ok, I have 3 Account fields: ACCT, PHAC and TACT and I'm trying to just create one single formula field called ACCOUNT.
if all 3 are null or len() < 1 then display "N/A" else I want it to display the actual account.
if all 3 are null or len() < 1 then display "N/A" else I want it to display the actual account.