I have a cell I'd like to display two digits, regardless of the number. So if it's less than 10, I'd like it to display 7.9 for insteance. But if it's 11, I don't want it to say 11.6, I don't want it to say 11.6, but rather 12

Is this possible?