questforexcel
Board Regular
- Joined
- Jan 18, 2019
- Messages
- 128
- Office Version
- 2013
- Platform
- Windows
Hi,
I am hoping this should be an easy and simple one.
I tried using SUMIF and SUMIFS, i likely got something wrong there, it didnt work for me.
I have two sheets. First one has the summary of total counts by specific codes. This is the original data sheet.
The second sheet is the updates list to this original sheet. It has names of people and their counts that need to be updated in these codes.
The unique reference on each sheet is the code column.
I would like a formula to sum the count in the original sheet, with data on the updated sheet for old code and count, and also the new code and count. To give me a summary by each of the below mentioned codes.
Thank you,
List of Codes
Original Data Sheet
Updated Data
I am hoping this should be an easy and simple one.
I tried using SUMIF and SUMIFS, i likely got something wrong there, it didnt work for me.
I have two sheets. First one has the summary of total counts by specific codes. This is the original data sheet.
The second sheet is the updates list to this original sheet. It has names of people and their counts that need to be updated in these codes.
The unique reference on each sheet is the code column.
I would like a formula to sum the count in the original sheet, with data on the updated sheet for old code and count, and also the new code and count. To give me a summary by each of the below mentioned codes.
Thank you,
List of Codes
AA01 |
AA02 |
AA03 |
AA04 |
AA05 |
AA06 |
Original Data Sheet
Code | Count |
AA01 | 3 |
AA02 | 4 |
AA03 | 2 |
AA04 | 4 |
AA05 | 6 |
AA06 | 7 |
Total | 26 |
Updated Data
Name | Old Code | Count | New Code | Count |
Michael | AA04 | -1 | AA05 | 1 |
Jim | AA05 | -1 | AA04 | 1 |
Pam | AA05 | -1 | AA06 | 1 |
Dwight | AA06 | -1 | AA05 | 1 |
Creed | AA05 | -1 | AA06 | 1 |
-5 | 5 |