How to force all cell contents in a column to be a number?

G

Guest

Changing the cell format from Text to Number, does not change the
contents of the cell to a number as one indeed should expect. How do I
secure that all cells in a column (with some thousand values) are forced to
be added in for example the SUM function? Of course I cannot edit the content
of each cell that continue to be left oriented after formatting the column to
number format.

In short I need a quick way to assure that all thecell values in a column
are regarded as numbers. Otherwise, I simply cannot trust the SUM function
result.

Thanks for any suggestions.

Frank Krogh
 
G

Guest

hi,
this formula worked in xp in a helper column...
=LEFT(A2,LEN(A2)*1)*1
adjust to fit your data. copy down. to convert to hard numbers, copy the
formula colummn(helper column) and paste as values.
 

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