MooseManJKT
New Member
- Joined
- Dec 21, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- 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.
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
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.
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