Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Formula to get data from current week only by day of the week.
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?
Comments
-
current week's Monday
=SUMIFS([# of Requests]:[# of Requests], [Assigned Person]:[Assigned Person], [CASE TRACKER]2, [Assigned Date]:[Assigned Date], WEEKDAY(@Cell) =2, [Assigned Date]:[Assigned Date], >=today(-WEEKDAY(today())+2)) ,[Assigned Date]:[Assigned Date], <=today(6-WEEKDAY(today())))
change "WEEKDAY(@Cell) =2" from 2 through 5 for Monday thru Friday
-
-
sorry, didn't realize case sensitivity it should be @cell
@cell means to use each selected value in the comparison range as an argument to a function
try this
=SUMIFS([# of Requests]:[# of Requests], [Assigned Person]:[Assigned Person], [CASE TRACKER]2, [Assigned Date]:[Assigned Date], WEEKDAY(@cell) = 2, [Assigned Date]:[Assigned Date], >=TODAY(-WEEKDAY(TODAY()) + 2), [Assigned Date]:[Assigned Date], <=TODAY(6 - WEEKDAY(TODAY())))
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives