I goofed! When I extracted First Names & Last Names from a string, it picked up the middle initial. How can I delete the last letter from a string ONLY if it's in caps? Here's an example of my data:
[TABLE="width: 89"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Anna[/TD]
[/TR]
[TR]
[TD]Anna[/TD]
[/TR]
[TR]
[TD]AnnaM[/TD]
[/TR]
[TR]
[TD]AnneB[/TD]
[/TR]
[TR]
[TD]AnneE[/TD]
[/TR]
[TR]
[TD]AnneG[/TD]
[/TR]
[TR]
[TD]Annette[/TD]
[/TR]
[TR]
[TD]AntonioL[/TD]
[/TR]
[TR]
[TD]April[/TD]
[/TR]
[TR]
[TD]AprilB[/TD]
[/TR]
[TR]
[TD]AprilD[/TD]
[/TR]
[TR]
[TD]AprilD[/TD]
[/TR]
[TR]
[TD]AprilM
[/TD]
[/TR]
</tbody>[/TABLE]
I could just run the formula again that split the First and last names but this seemed like a challenge I might need to know the answer to at some point. Thanks all! Enjoy the Board....
[TABLE="width: 89"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Anna[/TD]
[/TR]
[TR]
[TD]Anna[/TD]
[/TR]
[TR]
[TD]AnnaM[/TD]
[/TR]
[TR]
[TD]AnneB[/TD]
[/TR]
[TR]
[TD]AnneE[/TD]
[/TR]
[TR]
[TD]AnneG[/TD]
[/TR]
[TR]
[TD]Annette[/TD]
[/TR]
[TR]
[TD]AntonioL[/TD]
[/TR]
[TR]
[TD]April[/TD]
[/TR]
[TR]
[TD]AprilB[/TD]
[/TR]
[TR]
[TD]AprilD[/TD]
[/TR]
[TR]
[TD]AprilD[/TD]
[/TR]
[TR]
[TD]AprilM
[/TD]
[/TR]
</tbody>[/TABLE]
I could just run the formula again that split the First and last names but this seemed like a challenge I might need to know the answer to at some point. Thanks all! Enjoy the Board....