Forum Discussion
René-Paul Bergeron
Jan 23, 2018Copper Contributor
Help with formula or cell form
Hi! Is there a way to change to first numbers of a serie by " * " or "x" ? Ex. I would like that 0000 000000 000000 is replace by **** **0000 00000 or xxxx xx0000 00000. Thank's!
- Haytham AmairahSilver Contributor
René,
Try this formula:
=REPLACE(A1,1,7,"**** **")
And this:
=REPLACE(A1,1,7,"xxxx xx")
- René-Paul BergeronCopper ContributorThank you soooo much!