Hi folks,
I’d like to format my cells in order to show two digits with any decimal part,
but only if number have decimal!
e.g.:
123,4567 → 123,46
123,45 ----> 123,45
123,4 ------> 123,40
123 --------> 123
Any hints?
Thanks
EDIT: add integer example