If your data is in Cell A1 then...
=LEFT(A1,30)&REPT(" ",30-LEN(LEFT(A1,30)))
--
HTH,
Gary Brown
(E-Mail Removed)
If this post was helpful to you, please select
''''''''''''''''YES'''''''''''''''' at the bottom of the post.
"(E-Mail Removed)" wrote:
> Hi,
> The easiest way to explain my dilemma is by example. I need a custom
> field that is always thirty character spaces long no matter how long
> the text is. So for example, lets say the word is PIZZA which is 5
> characters, I would need 25 blank spaces afterwards to get to 30
> characters in total. Does anybody know what this would look like?
> I've tried to use the _ but that doesn't seem to work. Thanks.
>
>