Thread: [Solved] Count from another workbook
View Single Post
 
Old 03-19-2015, 01:20 PM
Snakehips Snakehips is offline Windows 8 Office 2013
Advanced Beginner
 
Join Date: Mar 2015
Posts: 36
Snakehips is on a distinguished road
Default

Assuming Names in A and count in B within the sheet of Caseload Test workbook and ‘Cases’ (edit to suit ) is the sheet name within the workbook ‘Pipeline Test’ then….

Eg in B2

=COUNTIFS('[Pipeline Test]Cases'!I2:I1000,'Caseload Test'!A2,'[Pipeline Test]Cases'!M2:M1000,"Yes”)

and copy down.
Reply With Quote