Hi,
Is it possible to do multiple Countif or an alternative formulae that creates the same effect?
Examples (do not work):
COUNTIF(@AB:AB; = "Accounting system" AND @Y:Y;"Company AS") * 2800/1000)
COUNTIF(@AB:AB; = "Accounting system", @Y:Y;"Company AS") * 2800/1000)
COUNTIF(@AB:AB; = "Accounting system") AND COUNTIF(@Y:Y;"Company AS") * 2800/1000)
Single condition works: COUNTIF(@AB:AB; = "Accounting system") * 2800/1000)