Number cells hold numbers, formulas in those cells have to return number value, a designer can change display format, by default no decimal digits are shown (but it does not mean that a number does not have decimal part)
Formulas example:
=1+10 - return 11
=sin(0.5) - returns sinus of 0.5 radians
=(A1-10)*10 - returns number from cell A1 minus 10 multiplied by 10
0 Comments