|  

» Summing Values in a Range Containing Redundant Spaces

CATEGORY - Summing VERSION - All Microsoft Excel Versions
Problem:

The numbers in column A contain redundant spaces.
If we try to calculate a total using the SUM function, 0 is returned.

Solution:

Use the SUM, VALUE, and SUBSTITUTE functions as shown in the following Array formula:
{=SUM(VALUE(SUBSTITUTE(A2:A4," ","")))}
Screenshot // Summing Values in a Range Containing Redundant Spaces
Summing Values in a Range Containing Redundant Spaces

Rate This Tip
12 34 5
Rating: 2.87     Views: 30062
No comments have been submitted.
Name
Comment Title
Comments