automatic distribution

abdulla88

New Member
Joined
Jan 23, 2021
Messages
14
Office Version
  1. 2019
Platform
  1. Windows
I have this main table (no1.) Is there any way to automatically distribute the required values in Table 2 and 3?


test.xlsx
ABCD
1Table 1
2PatientwardNationalityAction
3ABC101USAdischarge
4DEF201UKSick
5GHI101UKFit for Discharge
6JKL201USAdischarge
7MNO101USASick
8
9
10
11
12Table 2
13ACTIONUSAUK
14discharge20
15Fit for Discharge01
16Sick11
17
18
19
20
21Table 3
22WARDTOTAL
231013
242012
Sheet1
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
How about
+Fluff 1.xlsm
ABCD
1Table 1
2PatientwardNationalityAction
3ABC101USAdischarge
4DEF201UKSick
5GHI101UKFit for Discharge
6JKL201USAdischarge
7MNO101USASick
8
9
10
11
12Table 2
13ACTIONUSAUK
14discharge20
15Fit for Discharge01
16Sick11
17
18
19
20
21Table 3
22WARDTOTAL
231013
242012
25
Main
Cell Formulas
RangeFormula
B14:C16B14=COUNTIFS($C$3:$C$7,B$13,$D$3:$D$7,$A14)
B23:B24B23=COUNTIFS($B$3:$B$7,A23)
 
Upvote 0
Solution

Forum statistics

Threads
1,215,035
Messages
6,122,785
Members
449,095
Latest member
m_smith_solihull

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