I inserted numbers from a text file into column A , set the Number format for this column:
and try to sum the values in the column with the formula:
=SUM(A1:A6) However, the result is 0.00 . I assume that this is due to the fact that in the Number format the comma and not a period is specified as a separator for a number. How to make it possible to sum up numbers with a dot-delimiter in an excel file?
