I have a worksheet with case information and who these cases are assigned to. I am trying to add columns that will total the cases from each day of the current week. ex. columns with a total count for mondays cases, tuesdays cases etc. thru friday. This worksheet has data for the whole month and all I need is the current weeks info.
This is the formula I have that is giving me a result of the previous day.
=SUMIFS([# of Requests]:[# of Requests], [Assigned Person]:[Assigned Person], [CASE TRACKER]2, [Assigned Date]:[Assigned Date], WORKDAY(TODAY(), -1))
What can i tweak to get the result i am looking for?