Count of total requests assigned

Jonam711

New Member
Joined
Jun 11, 2022
Messages
24
Office Version
  1. 365
Platform
  1. Windows
Sorry guys for the blurred image. I need count the total assignings for employees based on the first table. There are two different categories (requests and tickets) and the total of both has to be derived in the total assigned column in second table. Thanks guys!
 

Attachments

  • IMG_20240703_200446.jpg
    IMG_20240703_200446.jpg
    195 KB · Views: 18
It'd be simpler if each row had a name, but it'd be similar to the merged cells.
Book2
ABCDEFG
1Drag downSpill formula
2JackAJack66
3BNick33
4CRick11
5D
6E
7F
8NickG
9H
10I
11
12
13
14Rick
15J
16
17
18
19
Sheet3
Cell Formulas
RangeFormula
G2:G4G2=MAP(E2:E4,LAMBDA(m,SUM(--(FILTER(B2:C19,SCAN("",A2:A19,LAMBDA(a,b,IF(b="",a,b)))=m)<>""))))
F2:F4F2=SUM(--(FILTER($B$2:$C$19,SCAN("",$A$2:$A$19,LAMBDA(a,b,IF(b="",a,b)))=E2)<>""))
Dynamic array formulas.


Book2
ABCDEFG
1Drag downSpill formula
2JackAJack66
3JackBNick33
4JackCRick11
5JackD
6JackE
7JackF
8NickG
9NickH
10NickI
11Nick
12Nick
13Nick
14Rick
15RickJ
16Rick
17Rick
18Rick
19Rick
Sheet3
Cell Formulas
RangeFormula
G2:G4G2=MAP(E2:E4,LAMBDA(m,SUM(--(FILTER(B2:C19,A2:A19=m)<>""))))
F2:F4F2=SUM(--(FILTER($B$2:$C$19,$A$2:$A$19=E2)<>""))
Dynamic array formulas.
Thanks it worked!
 
Upvote 0

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Thanks it worked!

The marked solution has been changed accordingly. In your future questions, please mark the post as the solution that actually answered your question, instead of your feedback message as it will help future readers. No further action is required for this thread.
 
Upvote 0

Forum statistics

Threads
1,221,787
Messages
6,161,960
Members
451,734
Latest member
Anmol Pandey19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top