S
Spike9458
I'm back ... working on a mailing list database. Column A is first owner
firstname, Column B is second owner firstname, Column C is last name. I'm
using some formulas some of you helped me with earlier to get proper
capitalization, and switch first and last name around. Here's what I am
trying to do now:
Formula for ColC =PROPER((RIGHT(A3,LEN(A3)-FIND(" ",A3))))
Formula for ColD =PROPER((RIGHT(B3,LEN(B3)-FIND(" ",B3))))
These formulas give me these results:
ColA ColB ColC ColD
ColE
SMITH, JOE E. SMITH, MARY J. Joe E Mary J Smith
What I want to do is insert a column between D and E (I know how to do
that), with a formula so that if there is a name in ColD, it will return a
"&" symbol, otherwise leave it blank.
Thanks,
--Jim
firstname, Column B is second owner firstname, Column C is last name. I'm
using some formulas some of you helped me with earlier to get proper
capitalization, and switch first and last name around. Here's what I am
trying to do now:
Formula for ColC =PROPER((RIGHT(A3,LEN(A3)-FIND(" ",A3))))
Formula for ColD =PROPER((RIGHT(B3,LEN(B3)-FIND(" ",B3))))
These formulas give me these results:
ColA ColB ColC ColD
ColE
SMITH, JOE E. SMITH, MARY J. Joe E Mary J Smith
What I want to do is insert a column between D and E (I know how to do
that), with a formula so that if there is a name in ColD, it will return a
"&" symbol, otherwise leave it blank.
Thanks,
--Jim