sharing as an example. I have data starting from column b2 to b8 where I want to add the values (sum) and get the output in another cell, say b10.
The most logical way should have been =SUM(B2,B8) but using that formula I get the output as 0. I tried various other options, ways but get different error numbers. I used to do similar in Excel way back and that used to work. What am I doing wrong ?
Update: Doing =SUM(B2:B8) also gives 0 (zero), same as before.
Update 2 :- It seems (for some reason) libreoffice is thinking/seeing the number as text values. I had put the same query in libreoffice mailing list and one of the private mails said to use View > Value Highlighting and sure enough all were in black which means libreoffice thinks that the numbers are text values. I didn't get any answer as to how to change from text values to 'true numbers'. The numbers are like 3,94,700 and so on and so forth.