I want to strip off the last character in a string on a given cell. I was trying to use the following formula:
=LEFT(A2, LEN(A2)-1)
This pisses off Excel as it is a circular reference on cell A2...
I'm terrible with Excel formulas... any help is greatly appreciated. Thanks.