Is there a way to mass fill columns with various word lengths with custom character and character length threshold?
I want to use custom with asterik to fill up to 10 characters including the original word, and if the word goes over 10 characters to limit it to 10 only.
For Example:
BEFORE:
RUN
TURNUPTHEBASS
JOEBLOW
AFTER:
RUN*******
TURNUPTHEB
JOEBLOW***
Thanks in advance!
I want to use custom with asterik to fill up to 10 characters including the original word, and if the word goes over 10 characters to limit it to 10 only.
For Example:
BEFORE:
RUN
TURNUPTHEBASS
JOEBLOW
AFTER:
RUN*******
TURNUPTHEB
JOEBLOW***
Thanks in advance!
Last edited: