Forum Discussion
SannaHalinen
Jun 21, 2023Copper Contributor
Trying to use COUNT.IFS in Finnish Excel
Hi, I´m trying to use this formula: =LASKE.JOS.JOUKKO(D4:D500; "KV"; N4:N1000; ">= " & PÄIVÄMÄÄRÄ(2023;1;1); N4:N1000; "<= " & PÄIVÄMÄÄRÄ(2023;1;31)) But it does not work and I cannot figure...
- Jun 21, 2023
Created a formula in English believing it does what you need. When I then pull it through an Excel translator I get this in Finnish:
=LASKE.JOS.JOUKKO(D4:D1000;"KV";N4:N1000;">= "&PÄIVÄYS(2023;1;1);N4:N1000;"<= "&PÄIVÄYS(2023;1;31))
Detlef_Lewin
Jun 21, 2023Silver Contributor
Try a pivot table.
Date in rows area. Grouping by year and month.
And Date in values area. Aggregated by Count.
SannaHalinen
Jun 21, 2023Copper Contributor
Will try this! Thanks!
- Riny_van_EekelenJun 21, 2023Platinum Contributor
Created a formula in English believing it does what you need. When I then pull it through an Excel translator I get this in Finnish:
=LASKE.JOS.JOUKKO(D4:D1000;"KV";N4:N1000;">= "&PÄIVÄYS(2023;1;1);N4:N1000;"<= "&PÄIVÄYS(2023;1;31))
- SannaHalinenJun 21, 2023Copper ContributorThank you!!! This was the mistake I didnt know I made!
Now the formula works! 🙂