Calendar.ods (30.8 KB)
this file has been saved in version 7.2.7 and is not working
Calendar_version_6.ods (27.1 KB)
this file shows the desired values but after changing the month they disappear…
Hello friends,
in LibreOffice 6 my formula is working.
Given the month in cell m1.
Sumifs counts the number of days with according letter in the calendar beneath.
In LibreOffice 7 it returns only blank cells. Didn’t find any clues why, if its a bug or a feature
Any advises except from do not upgrade to 7 are appreciated.
English is not my native language, sorry for any spelling or grammar errors.
Answers could be also in German or Polish if they solve the problem i will translate them to English.
P.S: The System is Windows 11 Home 21H2 (x64)
The version that is Working is 6.0.5.2
7.2.7.2 is my upgraded version, not working, tried also 7.4.0 and 7.3.6 also not working
My regional setting is pl-PL(pl_PL)
The formulae in the cells in b1 to b4 till J1 to J4 are problematic, they should not be empty for month 8.
Perhaps I’ll add an explanation what i am doing here
In this file I’m making a calendar for nine people Column B to J(row 6 names), they have different things to do each day C, D, N, U or nothing x. Now cells B1 to B4 till J1 to J4 are counting each task for the selected month for everyone and row 5 is giving the sum of days for the whole month. Hope this helps …
Problem solved, my new formula is
=SUMPRODUCT($O$7:$O$100;$A$7:$A$100>=DATE($M$2;$M$1;1);$A$7:$A$100<DATE($M$2;$M$1+1;1);C$7:C$100=“D”) where m1 is the month and m2 is the year…
works. Was to dumb to get EDATE working. Thank u @mikekaganski for the SUMPRODUCT. Still curious why the old formula stopped working.