Example 1
- 2, 5, 8, 11
0
What is the range of 2, 5, 8, 11? 0. a number read keeps 2, one number.
One text field. The formula wants a comma list, but the calculator calls a number read first. 2, 5, 8, 11 give 0. 1,9 give 0. 5 alone gives 0.
The field is text, the engine still runs a number read (comma to dot). One number remains, max − min of one element is 0.
Enter data and click Calculate.
Range was meant to be max − min of a list. In the calculator formula the function splits a string on commas. the shared reader first turns commas into dots and calls a number read. From 2, 5, 8, 11 you get 2. From one number the range is 0.
That is why 2, 5, 8, 11 give 0. 1,9 becomes 1.9 and also 0. 5 alone gives 0. An empty field is a blank value, the function returns 0. The calculator does not show 9 from the list 2…11.
Dedicated min / max / range with three fields really computes the difference. There 1 and 9 give range 8. Here one field and a eaten list.
Maximum of two numbers returns the larger value, not a range. This calculator always falls to zero after a number read.
The header units switch does not multiply anything. 2, 5, 8, 11 stay 0 whatever the label says.
2, 5, 8, 11 give 0. 1,9 give 0. 5 alone gives 0.
intended: max − min of a comma list; actual: a number read, then range of one number = 0
Range after a number read is 0. 2, 5, 8, 11 give 0. 1,9 give 0. 5 alone gives 0.
0
What is the range of 2, 5, 8, 11? 0. a number read keeps 2, one number.
0
What is the range of 1,9? 0. The comma becomes a dot, 1.9 remains.
0
What is the range of 5 alone? 0. max − min of one element.
0. Generic a number read takes 2. One number, range 0.
It was meant to be the list difference. The engine eats commas before a list appears sees a list.
0. 1,9 becomes 1.9. Still one number.
0. max(5) − min(5) = 0.
the shared field reader calls a number read after turning commas into dots. The formula gets a number, not a string.
a blank value goes into the function, no numbers, result 0.
No. a number read still stops at the first number.
On the minimum and maximum of numbers card. Three fields and its own card.
0 is an integer, so the string 0. A fraction would get six decimal places, but here it is always 0.
Yes. type=text. Generic still runs every value through a number read.
The engine reads one number; the range of a single value is 0. This is not a list max − min.
Page updated in 2026.