SSN FormulaUS Customers:=If Not(IsNull([SSN])) Then Left([SSN];3)+"-"+Substr([SSN];4;2)+"-"+Right([SSN];4)CA Customers:=If Not(IsNull([SIN])) Then Left([SIN];3)+"-"+Substr([SIN];4;3)+"-"+Right([SIN];3)New to reporting? Get started here!Related ArticlesETO Results | Functions: Left and RightETO Results | Formulas: Display Value for Null ValuesETO Results | Calculate Start/End Time Duration in TouchPoint ResponsesETO Results | Formula: Format Phone NumberETO Results | Common Formulas