V vssimmons Apr 8, 2009 #1 I'm trying to take the first name in a column and get a result of the first letter only in a new column.
I'm trying to take the first name in a column and get a result of the first letter only in a new column.
E Eduardo Apr 8, 2009 #2 Hi If you have the name in A1 in B1 enter =Left(A1,1) If this was helpful please say yes
F Francis Apr 8, 2009 #3 if you want the first letter, try this in B2 =LEFT(A2,1) -- Hope this is helpful Pls click the Yes button below if this post provide answer you have asked Thank You cheers, francis Am not a greek but an ordinary user trying to assist another
if you want the first letter, try this in B2 =LEFT(A2,1) -- Hope this is helpful Pls click the Yes button below if this post provide answer you have asked Thank You cheers, francis Am not a greek but an ordinary user trying to assist another