Hello hive mind,
Im running my accounts in an elaborate calc file and as of LO 5.2 (through to 5.4) I got a weird issue (hence I am still running 5.1):
I got a sheet for paid invoices (Einnahmen) which is pulling the date from another sheet (Rechnungen) with
=IFERROR(INDEX($Rechnungen.C$1:C$75;MATCH(Einnahmen.A62;$Rechnungen.$A$1:$A$75;0););"")
This is column C in ‘Einnahmen’.
Then in my assessment sheet I try to reference to that date in
=SUMPRODUCT((MONTH($Einnahmen.$C$3:$C$74)=BWA.F$3)($Einnahmen.$G$3:$G$74)($Einnahmen.$K$3:$K$74=BWA.$A4)).
This should give me an monthly overview which part of my business has generated how much income.
Up until 5.1 that was working fine. From 5.2 onwards I get #VALUE! as error. The cell formatting seems to be fine and for my expenses (same sheet) it works fine (though that doesn’t use referenced dates).
SUMPRODUCT without the MONTH part works so I am led to believe that its somewhere in the referenced date that things go wonky however MONTH on its own gives a valid value of the referenced date - I am stumped.
Any help at this point is much appreciated.
Cheers