Hello,
I am trying to help someone, and the question i have is this. For example,
i have in A1, A2, A3
MarkW
JohnS
WilliamG
I would like to separate the last initial from each word, so it would be like
Mark W
John S
William G
===============
I am new to these formulas, but
i tried this formula =LEFT(A1,LEN(A1)-1)
It takes Mark and puts it in another column
RIGHT(G1,1) would take the Last initial.
Basically my problem is that the above formulas would put them in separte columns, I was wondering if there is a good way to do this, so that the original column is modified, without having new columns for name and initial.
Mark W
John S
William G