Hi!
I would like to add a phone format to calc cells.
If the number inside the cell is “912345678”, the cell would display “912 34 56 78” (a regular Spanish nine digit phone number)
(format “### ## ## ##”)
BUT if the number inside the cell is “+34912345678” (an international number), the cell would display either “+34 912 34 56 78”, or the number as is.
I don’t want to use the REGEXP function since I don’t want an entry cell paired with a formula cell. I just want an entry cell.
I don’t want a forced plus sign, since in phone numbers a plus sign means “number with international prefix added”.