Dirtydrongo
New Member
- Joined
- May 9, 2024
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
Hey,
Was hoping for some help I am trying to use a countifs function to determine how many employees are rostered on for the current day based on their position. The function used has worked to achieve my end result but I am struggling to get it to increment based on current days date.
Goal= To know how many Position '#1, #2, #3' are rostered on for each current day (note DSW= working, RNR= time off. And how many are on annual leave (AL)
=COUNTIFS($B$3:$B$10,$A$15,$M$3:$M$10,"=DSW") Used to determine Cell B15
Any assistance would be appreciated.
Was hoping for some help I am trying to use a countifs function to determine how many employees are rostered on for the current day based on their position. The function used has worked to achieve my end result but I am struggling to get it to increment based on current days date.
Goal= To know how many Position '#1, #2, #3' are rostered on for each current day (note DSW= working, RNR= time off. And how many are on annual leave (AL)
=COUNTIFS($B$3:$B$10,$A$15,$M$3:$M$10,"=DSW") Used to determine Cell B15
Any assistance would be appreciated.