A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
All the values this formula returns are text value because you have "3" etc in the formula and because of that a SUM function doesn't work so you have choices.
1 And IMHO best is edit your formula to remove the quotes from around the numbers.
2 Instead of =SUM(rng) to sum the numbers you can use =A1+B1+C1 doing it like this will coerce the text values into numbers.
I tried the =A1+B1+C1 and I get #value error.
Hi,
If that gave you a #VALUE! error then I suspect there's something else in the range you're trying to sum other than these text numbers. Can you upload a copy of this workbook minus any confidential information to your Onedrive and post the link here.