lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
I have names in one column. Lets say I wan to delete the last letter only. I was thinking to use find() and left(). Find() the space and then left() that number -1. Is there anything better?
Thank you so much.
PS: sorry that does not work. I can not find() the space " ".
Find() gave me an error message. So my idea does not work
I have names in one column. Lets say I wan to delete the last letter only. I was thinking to use find() and left(). Find() the space and then left() that number -1. Is there anything better?
Thank you so much.
PS: sorry that does not work. I can not find() the space " ".
Find() gave me an error message. So my idea does not work
Last edited: