I'm looking to autopopulate a list of numbers that match numbers in a different worksheet:
Column A has a list of center numbers: Some are listed multiple times
TABLE A.
<tbody>
</tbody>
Worksheet 2 has a list of center numbers with the number of comments each center received (done via. pivot table)
TABLE B.
<tbody>
</tbody>
I'd like to autopopulate the list of multiple center numbers with the no. of comments in for TABLE A.
Column A has a list of center numbers: Some are listed multiple times
TABLE A.
Center no. | No. of Comments |
106 | need to autopopulate from Table B. |
106 | |
106 | |
106 | |
106 | |
108 | |
108 | |
108 |
<tbody>
</tbody>
Worksheet 2 has a list of center numbers with the number of comments each center received (done via. pivot table)
TABLE B.
Center no. | No. of Comments |
106 | 35 |
108 | 42 |
113 | 12 |
<tbody>
</tbody>
I'd like to autopopulate the list of multiple center numbers with the no. of comments in for TABLE A.