Wilksstephanie1
New Member
- Joined
- Jan 7, 2013
- Messages
- 6
Hello! I'm new to this forum and I'm hoping that someone can help me out with a formula that I'm having trouble with. Below is a small recreation of the spreadsheet that I have to work with. I'm trying to count the number of Confidential parent sites that belong to Manager A, B, or C then add that count to the total number of confidential sites that belong any of the three managers. The formula that I have so far is:
COUNTIFS(G:G, "Proprietary",Z:Z,"*Manager A*")+COUNTIFS(G:G, "Proprietary",Z:Z,"*Manager B*")+COUNTIFS(G:G, "Proprietary",Z:Z,"*Manager C*")
I can't figure out how to add the Countifs to the total sum of confidential sites owned by any of the three managers. Any help would be appreciated!
</SPAN>
[TABLE="width: 500"]
<TBODY>[TR]
[TD]Parent Site Classification (Column G)</SPAN>
[/TD]
[TD]Number Of Secret Sites (Column H)</SPAN>
[/TD]
[TD]Number of Confidential Sites (Column I)</SPAN>
[/TD]
[TD]Number of Proprietary Sites (Column J)</SPAN>
[/TD]
[TD]Reporting Chain (Column Z)</SPAN>
[/TD]
[/TR]
[TR]
[TD]Secret</SPAN>
[/TD]
[TD]5</SPAN>
[/TD]
[TD]0</SPAN>
[/TD]
[TD]7</SPAN>
[/TD]
[TD]Snap, Crackle, Manager B, Pop</SPAN>
[/TD]
[/TR]
[TR]
[TD]Confidential</SPAN>
[/TD]
[TD]8</SPAN>
[/TD]
[TD]12</SPAN>
[/TD]
[TD]6</SPAN>
[/TD]
[TD]March, June, Manager C, April</SPAN>
[/TD]
[/TR]
[TR]
[TD]Proprietary Sites</SPAN>
[/TD]
[TD]1</SPAN>
[/TD]
[TD]2</SPAN>
[/TD]
[TD]6</SPAN>
[/TD]
[TD]Skywalker, Manager A, Vader, Solo</SPAN>
[/TD]
[/TR]
</TBODY>[/TABLE]
COUNTIFS(G:G, "Proprietary",Z:Z,"*Manager A*")+COUNTIFS(G:G, "Proprietary",Z:Z,"*Manager B*")+COUNTIFS(G:G, "Proprietary",Z:Z,"*Manager C*")
I can't figure out how to add the Countifs to the total sum of confidential sites owned by any of the three managers. Any help would be appreciated!
</SPAN>
[TABLE="width: 500"]
<TBODY>[TR]
[TD]Parent Site Classification (Column G)</SPAN>
[/TD]
[TD]Number Of Secret Sites (Column H)</SPAN>
[/TD]
[TD]Number of Confidential Sites (Column I)</SPAN>
[/TD]
[TD]Number of Proprietary Sites (Column J)</SPAN>
[/TD]
[TD]Reporting Chain (Column Z)</SPAN>
[/TD]
[/TR]
[TR]
[TD]Secret</SPAN>
[/TD]
[TD]5</SPAN>
[/TD]
[TD]0</SPAN>
[/TD]
[TD]7</SPAN>
[/TD]
[TD]Snap, Crackle, Manager B, Pop</SPAN>
[/TD]
[/TR]
[TR]
[TD]Confidential</SPAN>
[/TD]
[TD]8</SPAN>
[/TD]
[TD]12</SPAN>
[/TD]
[TD]6</SPAN>
[/TD]
[TD]March, June, Manager C, April</SPAN>
[/TD]
[/TR]
[TR]
[TD]Proprietary Sites</SPAN>
[/TD]
[TD]1</SPAN>
[/TD]
[TD]2</SPAN>
[/TD]
[TD]6</SPAN>
[/TD]
[TD]Skywalker, Manager A, Vader, Solo</SPAN>
[/TD]
[/TR]
</TBODY>[/TABLE]