I have a range A2:A50, each cell contains a different string of text. The longest of these strings is 34 characters (I used the =len() function). I would like to add spaces to the end of every other string in order to bring them up to 34 characters as well. Is there a way to do this without going through each cell and adding in the specific spaces. I will be copy/pasting this range into a another program and it is much easier to read if all text strings are the same length.
Bookmarks