Hello,
I am using the following formula to count the occurrence of any combination of String1 and String2:
=SUM(COUNTIFS(RANGE;{"String1";"String2"}))
The formula doesn’t correctly calculate the occurrences of String1 though. The String1 is "Abgeschlossen (ohne Erfolg)"
Using the same formula in Excel works.
I’ve uploaded a sample file here:
https://drive.google.com/open?id=0Bw8XHs0yMt_PdFBxQXNxdlFSTjQt
Look at line 68. In column D it should say 1.
Excel correctly represents this.
Thank you