YuanChen0824
New Member
- Joined
- Mar 10, 2023
- Messages
- 14
- Office Version
- 365
- Platform
- Windows
Hello, guys, I want some help with my excel functions
(Sorry I don't speak English so my post will likely be a challenge to read)
Here's the sheet (sheet 2) :
the function(on the Left):
The other sheet I want to reference to (The sheet 1) :
I want my function return the corresponding value (which works fine)
But my current function can't be used when I want it check a group of names(ABC & DEF, but not ZZZ)
Please help? I've Try so many ways, I've read so many post, but none of them can help me...
(Sorry I don't speak English so my post will likely be a challenge to read)
Here's the sheet (sheet 2) :
the function(on the Left):
3/10/2023 | 3/11/2023 | 3/12/2023 | 3/13/2023 | 3/14/2023 | 3/15/2023 | |
ABC | =SUMPRODUCT((B$2=Sheet1!$C$2:$C$7)*(Sheet2!$A3=Sheet1!$B$2:$B$7)*(Sheet1!$D$2:$D$7)) | =SUMPRODUCT((C$2=Sheet1!$C$2:$C$7)*(Sheet2!$A3=Sheet1!$B$2:$B$7)*(Sheet1!$D$2:$D$7)) | =SUMPRODUCT((D$2=Sheet1!$C$2:$C$7)*(Sheet2!$A3=Sheet1!$B$2:$B$7)*(Sheet1!$D$2:$D$7)) | =SUMPRODUCT((E$2=Sheet1!$C$2:$C$7)*(Sheet2!$A3=Sheet1!$B$2:$B$7)*(Sheet1!$D$2:$D$7)) | =SUMPRODUCT((F$2=Sheet1!$C$2:$C$7)*(Sheet2!$A3=Sheet1!$B$2:$B$7)*(Sheet1!$D$2:$D$7)) | =SUMPRODUCT((G$2=Sheet1!$C$2:$C$7)*(Sheet2!$A3=Sheet1!$B$2:$B$7)*(Sheet1!$D$2:$D$7)) |
I want my function return the corresponding value (which works fine)
But my current function can't be used when I want it check a group of names(ABC & DEF, but not ZZZ)
Please help? I've Try so many ways, I've read so many post, but none of them can help me...