trying to create a formula where it calcs if two things are greater then 0 however if any of them are 0 it returns true. the fields are whole numbers filter only and the formula works perfectly if the fields are empty but not if they are ‘0’.
my formula is “=IF( AND(EC2>0,N36>0), 3, 0)”
EC2 is ‘0’ whole number filter.
N36 is ‘0’ whole number filter.
it is posting ‘3’ as if true.
if EC2 and N36 is empty instead of ‘0’ it posts ‘0’ as wanted.
EDIT:
LibreOffice version 5.4.4.2, Windows 10 64bit.
Link to example file https://drive.google.com/open?id=1byBLziVefgftLV7yp2l8Ti7GpeJGgqex
(it is cell R36 with reference to EC2 which is not working. if EC2 is empty it works, if it is a zero it doesn’t
Also side question, how do i add more then one tag? doesn’t accept ‘,’ or ’ ’ as delimiters