I have digits extracted from text using MID() function. The SUM() function does not work on these digits whereas classic addition works just fine.
I enclosed the MID() function in a VALUE() fuction and it started summing up finally. But why normal addition works without this?