I have encountered what seems to be a structural fault in CALC Version: 6.4.7.2 Build ID: 1:6.4.7-0ubuntu0.20.04.1
- the FIND() function cannot detect a decimal point within a zero field. Suffixed is an extraction from a database - row 17, columns W to Z.
The command in cell Z17 is =LEFT(W17,FIND(".",W17)-1) and the result is in cell Z17
Column : W X Y Z
0.00 18 53 #VALUE!
In other cells in that column the command works correctly and if I change that decimal point to a comma, then FIND() does find it.
Is this a known problem? If so is there a workaround? If not is it worth reporting and if so to whom?
- the FIND() function cannot detect a decimal point within a zero field. Suffixed is an extraction from a database - row 17, columns W to Z.
The command in cell Z17 is =LEFT(W17,FIND(".",W17)-1) and the result is in cell Z17
Column : W X Y Z
0.00 18 53 #VALUE!
In other cells in that column the command works correctly and if I change that decimal point to a comma, then FIND() does find it.
Is this a known problem? If so is there a workaround? If not is it worth reporting and if so to whom?
Comment