A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Thanks you so much @HansV
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
=SUMIFS(LeaveTracker[Days],LeaveTracker[Employee Name],valSelEmployee,LeaveTracker[Date],">="&DATE(Calendar_Year,1,1),LeaveTracker[End Date],"<"&DATE(Calendar_Year+1,1,1),LeaveTracker[Type of Leave],'Leave Types'!B6)
I'm using this formula from an Excel Attendance tracker template. The template requires me to enter a start and end date for the calculation to show up on the calendar tab as and entry. I don't need the "end date" for my needs. I just want it to count the sum the days entered.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Thanks you so much @HansV
If you don't need the start date and end date:
=SUMIFS(LeaveTracker[Days],LeaveTracker[Employee Name],valSelEmployee,LeaveTracker[Type of Leave],'Leave Types'!B6)