![]() |
|
|
|
#1
|
||||
|
||||
|
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)) 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 |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Lookup | angie.chang | Excel | 1 | 07-27-2012 09:45 PM |
| Sorting by certain criteria | randenius | Excel | 2 | 06-11-2012 02:18 AM |
Possible Lookup
|
Karen222 | Excel | 3 | 01-10-2012 05:41 AM |
LookUp
|
aztiguen24 | Excel | 5 | 05-24-2011 03:57 AM |
Countif with 2 criteria
|
ibrahimaa | Excel | 3 | 05-23-2011 11:23 AM |