Thanks in advance for any help you can offer. The documents that I am working with are government classified, so I cannot provide samples.
I am successfully using multiple =COUNTIFS formulas, but they reference a large document that needs to be open in order for COUNTIFS to calculate. I need them to perform this operation with the referenced document closed. This document is very large and used by multiple users, so I need it to reference without being opened.
Here is my current working formula (sanitized):
=COUNTIFS('\\serverpath\[reference.xlsx]2011'!$E$E,A2,'\\serverpath\[reference.xlsx]2011'!$G$G,"I-*")
A2 contains an employee number
2011 is the reference worksheet name
Column E lists an employee number
Column G lists a particular citation level (in this case, level I)
I need the formula to return a value into cell G3 that tallies the number of times employee X has received citation I-*.
I can provide some additional detail if necessary, but really I just need to find a way to convert my COUNTIFS formula.
Thank you very much for your help!
I am successfully using multiple =COUNTIFS formulas, but they reference a large document that needs to be open in order for COUNTIFS to calculate. I need them to perform this operation with the referenced document closed. This document is very large and used by multiple users, so I need it to reference without being opened.
Here is my current working formula (sanitized):
=COUNTIFS('\\serverpath\[reference.xlsx]2011'!$E$E,A2,'\\serverpath\[reference.xlsx]2011'!$G$G,"I-*")
A2 contains an employee number
2011 is the reference worksheet name
Column E lists an employee number
Column G lists a particular citation level (in this case, level I)
I need the formula to return a value into cell G3 that tallies the number of times employee X has received citation I-*.
I can provide some additional detail if necessary, but really I just need to find a way to convert my COUNTIFS formula.
Thank you very much for your help!