G
Guest
I was given a spreadsheet having a bunch of entries that appear to be
numbers, but when I try to do arithemetic with them, I get a #VALUE error.
I tried using the VALUE function to convert them to numbers, but the result
of this function is also a #VALUE error. Tracing the error shows it is trying
to evaluate
VALUE(" 1,291").
I tried using the TRIM function to remove leading blanks, but that did not
work.
I used the CODE function to find out what the characters were and find the
leading characters have a CODE value of 160 (a space I think should be 32).
How do I convert these characters to numbers?
Thanks
Sanford
numbers, but when I try to do arithemetic with them, I get a #VALUE error.
I tried using the VALUE function to convert them to numbers, but the result
of this function is also a #VALUE error. Tracing the error shows it is trying
to evaluate
VALUE(" 1,291").
I tried using the TRIM function to remove leading blanks, but that did not
work.
I used the CODE function to find out what the characters were and find the
leading characters have a CODE value of 160 (a space I think should be 32).
How do I convert these characters to numbers?
Thanks
Sanford