View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
noyb[_3_] noyb[_3_] is offline
external usenet poster
 
Posts: 5
Default Add spaces to cell

Works great,thanks

philcud wrote:
using functions not vb
if names in column a
formula in b1
=LEFT(A1&" ",17)
this adds 17 spaces to the name, then returns the left 17 characters of
this new string.