number trouble

K

kevin

Hi

I have a spreadsheet with a column that needs to be summed but it won't do it. if i go into the cell and press delete after the number then it becomes summable. its almost as if there are invisible characters after the number. any ideas on how i can fix this without editing each individual cell

thank
Kevin
 
F

Frank Kabel

Hi
try the following (as your numbers seems to be stored as string and
have a trailing space)
- use a helper column
- insert the following formula (if column A stores your values)
=--TRIM(A1)
- copy this down for all rows
- after this copy column B and insert it again with 'Edit - Paste
Special - Values'
- now you may delete column A
 
S

Stefan Hägglund [MSFT]

Hi Kevin!

Enter a "1" (without quotation marks) in an empty cell, then copy this cell.
Now select the cells with values, where the problem occur, and select Paste
Special from the Edit menu.
Select "Values" and "Multiply", then click OK.

Does this solve the problem?


Best regards

Stefan Hägglund
Microsoft Support


kevin said:
Hi,

I have a spreadsheet with a column that needs to be summed but it won't do
it. if i go into the cell and press delete after the number then it becomes
summable. its almost as if there are invisible characters after the number.
any ideas on how i can fix this without editing each individual cell?
 
R

RagDyeR

Try this:
<Data> <TextToColumns>,
<Next> <Next> <Finish>

--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

Hi,

I have a spreadsheet with a column that needs to be summed but it won't do
it. if i go into the cell and press delete after the number then it becomes
summable. its almost as if there are invisible characters after the number.
any ideas on how i can fix this without editing each individual cell?

thanks
Kevin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top