Description: If an empty cell is present in the range of a formula (for example MAX) the formula take into account only the first cell. Steps to Reproduce: 1. Create a calc table 2. Add 1 in B1 3. Add 2 in C2 4. Write formula =MAX(B1;Z1) in A1 Actual Results: Result of formula in A1 is 1 Expected Results: Result of formula in A1 should be 2 Reproducible: Always User Profile Reset: No Additional Info:
WRONG: =MAX(B1;Z1) CORRECT: =MAX(B1;Z2) and the correct formula returns 2
Sorry not an issue, the formula need a : not a ; ... I thought that was working before but apparently no...