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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!