Counting Number of Documents in a Column based on month and other criteria

MooseManJKT

New Member
Joined
Dec 21, 2022
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi everyone 👋

First of all, i'd like to say i'm happy to be part of this forum. Glad to meet you all, and I hope I can be as helpful to others here as much as I need assistance (i will try hehe).

Note:
i'm referencing rows and columns on this post to the file I made available in this link via google drive share.
Please feel free to download the .xlsx file for clarity (I hope this is allowed here 😅). I've also uploaded the excel screenshot just in case that is needed.
I can't use Mini-Sheet as this is a corporate laptop that requires admin rights to install anything.


On the the issue at hand:
I've made an "Engineering Document Submission" control sheet to help me track the various engineering documents produced and submitted to our customer. I made it this way so I can use the same template for multiple projects. The data (K8:Y9 and K11:Y12) will be used as part of a weighted progress S-Curve.


What I have so far:
Cells K8:Y8 counts the documents within the range G7:G36 that are planned to be 1st submitted within the month (using the months in K7:Y7) that are "Key Documents" (using Column D).
The formula I used is =COUNTIFS($G$7:$G$36;">="&K$7;$G$7:$G$36;"<"&EDATE(K$7;1);$D$7:$D$36;"Y")

This gives me the correct count across all months for the Key Documents-1st Approval counts. (y)
I use the same formula for Cells K11:Y11 to count the documents same as above, but are "Non-Key Documents" (using Column E) as so
=COUNTIFS($G$7:$G$36;">="&K$10;$G$7:$G$36;"<"&EDATE(K$10;1);$E$7:$E$36;"N")


What I need next:
For the next step (approvals), there are documents that are submitted with a "For Information" status, which means that the document does not require approval from the customer.

So for cells K9:Y9, I need to count for documents within the range H7:H36 that are planned to be approved within the month (using the months in K7:Y7) that are "Key Documents" (using Column D), but also count documents either with N/A in the counted colum , or documents with FI in Column F.


What can't work:
I tried fiddling around with multiple forms of =COUNTIFS, but i don't think it works with OR criteria (i read that COUNTIFS is basically exclusively AND operator). I've also tried SUMPRODUCT or MATCH, but i think i'm using the wrong methids.


Any help from any masters in this forum is greatly appreciated. Been trying to figure this out for days. 😅

Sincerely,
Moose in Jakarta, Indonesia
 

Attachments

  • Screenshot 2022-12-21 174725.png
    Screenshot 2022-12-21 174725.png
    74.2 KB · Views: 12

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Finally managed to install XL2BB! Really nifty! Below is the mini-sheet:

Document Status Count.xlsx
ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAH
1ENGINEERING DOCUMENTS SUBMISSION PLAN
2
3COPY PASTE from VDRLINPUT "Y" or "N"INPUT dates as planned (place "N/A" if FOR INFO)PLANNING
4
5No.TitleKey Doc?PLANNEDSubmission Period
6YNInfo?1st SubmissionApproval202220232024
71Y4-Nov-2220-Nov-22Key DocumentsOctNovDecJanFebMarAprMayJunJulAugSepOctNovDecJanFebMarAprMayJunJulAugSep
82YFI4-Nov-22N/A1st Submission070000000000000000000000
93YFI4-Nov-22N/AApproval031000000000000000000000
104YFI4-Nov-22N/ANon-KeyOctNovDecJanFebMarAprMayJunJulAugSepOctNovDecJanFebMarAprMayJunJulAugSep
115Y11-Nov-2227-Nov-221st Submission023102200101000000000000
126Y11-Nov-2227-Nov-22Approval005102020000000000000000
137Y16-Nov-222-Dec-22
148N16-Nov-222-Dec-22This is what I'm tryingIs a KEY DOC
159N16-Nov-222-Dec-22to make happen forAND
1610N12-Dec-2228-Dec-22Key Doc-Approval sectionStatus is "FI" AND 1ST SUBMISSION PLAN is within MONTH
1711N9-Jan-2325-Jan-23above (K9:Y9)OR
1812N12-Dec-2228-Dec-22APPROVAL PLAN is within MONTH
1913N12-Dec-2228-Dec-22
2014N6-Mar-2322-Mar-23
2115N17-Mar-232-Apr-23
2216N30-Apr-2316-May-23
2317N30-Apr-2316-May-23
2418NFI30-Jul-23N/A
2519NFI15-Sep-23N/A
2620
2731
2832
2933
3034
3135
3236
3337
3438
3539
3640
37Totals7125
Eng-Doc List
Cell Formulas
RangeFormula
H7,H11:H23H7=G7+16
L7:AH7,L10:AH10L7=K7+31
K8:AH8L8=COUNTIFS($G$7:$G$36,">="&L$7,$G$7:$G$36,"<"&EDATE(L$7,1),$D$7:$D$36,"Y")
L9:AH9L9=COUNTIFS($H$7:$H$36,">="&L$7,$H$7:$H$36,"<"&EDATE(L$7,1),$D$7:$D$36,"Y")
K9K9=COUNTIFS($H$7:$H$36,">="&K$7,$H$7:$H$36,"<"&EDATE(K$7,1),$D$7:$D$36,"Y",H7:H36,"N/A")
K11:AH11K11=COUNTIFS($G$7:$G$36,">="&K$10,$G$7:$G$36,"<"&EDATE(K$10,1),$E$7:$E$36,"N")
K12:AH12K12=COUNTIFS($H$7:$H$36,">="&K$10,$H$7:$H$36,"<"&EDATE(K$10,1),$E$7:$E$36,"N")
D37:F37D37=COUNTA(D7:D36)
Cells with Conditional Formatting
CellConditionCell FormatStop If True
K7:AH7,K10:AH10Expression=IF(K$7=#REF!;TRUE;FALSE)textNO
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,732
Members
448,987
Latest member
marion_davis

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top