Report not Matching Formula Issue
Hi,
I have created a report to use on a dashboard for showing the number of job cards to print for our workshop. The report is shown below, and you can see that there are different amount of jobs to be printed for each workshop:
You will see on here that there is:
- 3x for the FASTRACK Workshop
- 10x for the Van Workshop
- 1x for the Custom Workshop
The criteria for the report is:
- Profitability Check Date is NOT BLANK
- Printed? is BLANK
- Intended Start Date is IN THE NEXT 7 DAYS
However, I have a formula that is simply counting these to try and come up with a metric to show on the dashboard, but the formula i have simply does not match this? Please can you advise what is wrong with the formula?? Or is it something more basic than that ;-)! (Formula is shown in the cells next to the live function)
Look forward to hearing from you!!
Comments
-
The issue is with your start date portion. Your formula is basically looking for any date that is 8 or more days away. Not a date that is within the next 7.
Try replacing your start date criteria with this...
=COUNTIFS(............................................., {Date Range}, AND(@cell >= TODAY(), @cell <= TODAY(7)))
.
This says anything where the date is greater than or equal to today and less than or equal to 7 days in the future.
-
Excellent! That makes total sense, and has sovled the issue. MT.
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!