I'm trying to summarize cells where field is not a given value. This works in Google Docs and MS Office, but in LibreOffice and OpenOffice it only summarizes when the call has a value.
If E7 (see attached image) had a value of foo
, LibreOffice would summarize that row. Why doesn't it run on blank fields as Google Docs does?
=SUMIF(E7:E1000, "<>Foobar", B7:B1000)
What do I need to do to have it work in LibreOffice as well?