DataQuestioner
Board Regular
- Joined
- Sep 12, 2013
- Messages
- 115
I need to remove the last character in a cell, which is always a "?" - the single words in each cell will have varying lengths, and can commence with a upper or lower case letter, and will contain any of the 26 letters of the alphabet, which could also include a hyphen, e.g.
"day-dream?" should become "day-dream"
"really?" should become "really"
"Unbelievably?" should become "Unbelievably".
I've tried experimenting with "IF" "LEFT" "RIGHT" and "MID" functions, but I haven't got my head around their proper usage yet!
Please help if you can.
"day-dream?" should become "day-dream"
"really?" should become "really"
"Unbelievably?" should become "Unbelievably".
I've tried experimenting with "IF" "LEFT" "RIGHT" and "MID" functions, but I haven't got my head around their proper usage yet!
Please help if you can.