I am struggling to understand how the "column" is identified in the
syntax error. Regardless, this is what I have as scripting and am unable
to identify the scripting errorif LoanAmount.rawValue =
(FranchiseFee.rawValue + Buildout.rawValue + EMR.rawValue) then
PostTotalExpense.rawValue = PostExpense.rawValue + PostSalary.rawValue +
LoanPayment.rawValue + PostRent.rawValue + PostUtilities.rawValue +
PostMedical.rawValue + Royalty.rawValue + Marketing.rawValue +
PostBilling.rawValue;elseif LoanAmo...