Hello,
I've been searching all evening on how to use a sumproductif function, like the one in excel in access. I have a table containing the calendar dates for ten ten years.
so i have column 1 - date, column 2 i extracted the year, column 2 the month and column 3 the mondays. so it would look as follows:
date | year | Month | Mondays
i need to calculate total number of mondays of every month of each year, so i would have a value of the particular year with the particular month and the number of mondays in that month.
i tried to create a new table with field Year|month|mondays, so when i choose the year and the moth i get a result of the count of mondays as described above. In excel i have this formula but I cannot figure out how to do it in access -| =COUNTIFS(Calendar!$D:$D,'Employees 2023'!$E$8,Calendar!$B:$B,'Employees 2023'!C$9,Calendar!$E:$E,"Monday") |
can you guide me to a solution? i can easily do it in excel and then copy the results, but I would like to do it automatically with access.
thank you in advance
I've been searching all evening on how to use a sumproductif function, like the one in excel in access. I have a table containing the calendar dates for ten ten years.
so i have column 1 - date, column 2 i extracted the year, column 2 the month and column 3 the mondays. so it would look as follows:
date | year | Month | Mondays
i need to calculate total number of mondays of every month of each year, so i would have a value of the particular year with the particular month and the number of mondays in that month.
i tried to create a new table with field Year|month|mondays, so when i choose the year and the moth i get a result of the count of mondays as described above. In excel i have this formula but I cannot figure out how to do it in access -| =COUNTIFS(Calendar!$D:$D,'Employees 2023'!$E$8,Calendar!$B:$B,'Employees 2023'!C$9,Calendar!$E:$E,"Monday") |
can you guide me to a solution? i can easily do it in excel and then copy the results, but I would like to do it automatically with access.
thank you in advance