2 réponses
Hello
1°) Check that the cell format is set to standard; it might be in a special phone format that spaces the numbers every 2.
Set it back to standard to see what happens
If there are indeed spaces, two options:
Replace:
Select the list and
toolbar / edit / replace
replace: type a space
with leave it empty and click "replace all"
by formula:
crdlmnt
=SUBSTITUTE(Cell;" ";"") will also remove the blanks
crdlmnt
Let's ask ourselves if we are the only ones who understand what we are explaining?
1°) Check that the cell format is set to standard; it might be in a special phone format that spaces the numbers every 2.
Set it back to standard to see what happens
If there are indeed spaces, two options:
Replace:
Select the list and
toolbar / edit / replace
replace: type a space
with leave it empty and click "replace all"
by formula:
crdlmnt
=SUBSTITUTE(Cell;" ";"") will also remove the blanks
crdlmnt
Let's ask ourselves if we are the only ones who understand what we are explaining?
Solène C
Thank you very much.
Alex
Thank you very much, sir, that helped me a lot.