with your calculated value in a3 =IF(A3>1,"("&100*(A3-1)&"%)",A3) this will give (xx%) if over 100 but its not a real %
you could custom format to give (125%)
[>1]"("##%")";##%