View Single Post
 
Old 10-05-2013, 09:13 AM
Pecoflyer's Avatar
Pecoflyer Pecoflyer is offline Windows 7 64bit Office 2010 64bit
Expert
 
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,920
Pecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond repute
Default

Perhaps this will help :
Code:
=IF(SUMPRODUCT(([Check_IN.xls]EmployeeData!$A$2:$A$1256=$A2)*([Check_IN.xls]EmployeeData!$C$2:$C$1256=B$1)*[Check_IN.xls]EmployeeData!$D$2:$D$1256)=0,"NA",SUMPRODUCT(([Check_IN.xls]EmployeeData!$A$2:$A$1256=$A2)*([Check_IN.xls]EmployeeData!$C$2:$C$1256=B$1)*[Check_IN.xls]EmployeeData!$D$2:$D$1256))
pulled down and across.

SUMPRODUCT is an array formula in itself, so no CSE is needed. You'll find a nice explanation on this function at http://www.xldynamic.com/source/xld....T.html#classic
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post
Reply With Quote