Pull in only Mondays and count rows for that week
I have a grid with Order data, one order per row. Each order has an order date.
In the Orders grid Sheet Summary, I have the following formula for Weekly Total to capture the last full week of data: =COUNTIF(Date:Date, AND((IFERROR(WEEKNUMBER(@cell), 0) = WEEKNUMBER(TODAY()) - 1)))
In a separate grid or report, there are two columns of data I have having trouble with formulas for:
1) Date: I want to pull in the distinct Date from the Order grid, but only for Mondays. Is this a VLOOKUP with WEEKNUMBER or is there another way?
2) Weekly Total: For each Monday, I would like to count the number of orders (number of rows) for that week (Monday - Saturday).
Answers
-
Are you able to provide a screenshot for reference?
-
Hi Paul,
Here is a snip of the orders table.
In a separate grid or report, there are two columns of data I have having trouble with formulas for:
1) Date: I want to pull in the distinct Date from the Order grid, but only for Mondays. Is this a VLOOKUP with WEEKNUMBER or is there another way?
2) Weekly Total: For each Monday, I would like to count the number of orders (count of rows) for that week (Monday - Saturday).
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 430 Global Discussions
- 150 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 500 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!