» 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," ","")))}

Book Store:
Recommended Books:
- Microsoft Access 2002 for Dummies
- What the IRS Doesn't Want You to Know: A Cpa Reveals the Tricks of the Trade
- Business Analysis and Valuation: Using Financial Statements, Text and Cases
- Absolute Beginner's Guide to Microsoft Office Excel 2003
- Not-for-Profit Accounting Made Easy
- Microsoft Outlook Version 2002 Step by Step (With CD-ROM)
No comments have been submitted.

