How to format a number with "-" and "/" and "."

Hi i'm quite new in this,
But i'm trying to make this format: 00.000.000/0000-00 and the values should come from my spreadsheet.
Though it comes like this 000.000.000.000 which is not what i want.

0 1 49
1 REPLY 1

You need to use some expressions like: MID(), LEFT() RIGHT() and SUBSTITUTE()

Top Labels in this Space