When configuring what printer function applies (see Configuring what printer function applies), you can enter a printer function as one of the following:
(lambda (x) (cond ((null x) "") ((numberp x) (format "%.2f" x)) (t (ses-center-span x ?# 'ses-prin1))))
While typing in a lambda, you can use M-TAB to complete the names of symbols.