Counting by Number of files scheduled to go live EACH month. Creating a smartsheet summary.
I have a Target Complete Date for each type of file (over 1600)
I need to capture the number of files Due to complete in Jan, Feb, etc
Each month. I need to report each month on a summary report separately.
Below I am trying to count IF any Applied Bank Files are due to complete in January. The first off sheet reference is the file name column, the second off sheet reference is the Due to Complete date column.
=COUNTIFS({Remitco FIle Range 3},"Applied Bank',{Remitco FIle Range 4},>=DATE(2020,01,01),AND<=DATE(2020,01,31))
Best Answer
-
Try this...
=COUNTIFS({Remitco FIle Range 3}, "Applied Bank", {Remitco FIle Range 4}, AND(IFERROR(MONTH(@cell), 0) = 1, IFERROR(YEAR(@cell), 0) = 2020))
Answers
-
Try this...
=COUNTIFS({Remitco FIle Range 3}, "Applied Bank", {Remitco FIle Range 4}, AND(IFERROR(MONTH(@cell), 0) = 1, IFERROR(YEAR(@cell), 0) = 2020))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!