The NUMBER
function converts text representing numbers into integers (whole numbers, like 15) and floats (decimal numbers, like 1.5). Before it only took representations of positive numbers, but now it also works with negative numbers.
NUMBER
function works with negative numbersThe NUMBER
function converts text representing numbers into integers (whole numbers, like 15) and floats (decimal numbers, like 1.5). Before it only took representations of positive numbers, but now it also works with negative numbers.