TheBriggsFamily wrote:
thanks for the quick reply but neither the short term fix or fix A worked, and I am unable to find a work around. The result is still 0, so do you have any other ideas?
Also the result of the formula, =ISTEXT(E4) is TRUE.
The SUMPRODUCT should have worked, even if the numeric text is surrounded by (normal) spaces. There might be nonbreaking spaces (HTML  ).
As an(other) short-term fix, try array-entering the following (press
ctrl+shift+Enter instead of just Enter):
=SUM(IFERROR(--SUBSTITUTE(E4:Z4,CHAR(160),""),0))
If that does not suffice, upload an example Excel file that demonstrates the problem to a file-sharing website, and post the share/public URL in a response here. Here is a list of some free file-sharing websites:
Dropbox: http://dropbox.com
Box.Net: http://www.box.net/files
Windows OneDrive: http://onedrive.live.com
Again, the better long-term solution is to avoid the problem, in the first place.