CascadeDiver
Board Regular
- Joined
- Apr 10, 2020
- Messages
- 65
- Office Version
- 2016
- Platform
- Windows
Hi all,
I have a dataset with three sections: NAME, ID, GROUP.
There are multiple occurrences of each name in each group, though not always.
The ID field only has data in the last occurrence of each name per group.
(Note that each name may not have the same ID in the next or any other group)
I am looking to fill in the missing IDs
Any help would be greatly appreciated. Thanks
I have a dataset with three sections: NAME, ID, GROUP.
There are multiple occurrences of each name in each group, though not always.
The ID field only has data in the last occurrence of each name per group.
(Note that each name may not have the same ID in the next or any other group)
I am looking to fill in the missing IDs
Any help would be greatly appreciated. Thanks
Name | ID | Group | Missing ID |
Bob | A | ||
John | A | ||
Kim | A | ||
Layne | A | ||
Bob | A | ||
John | A | ||
Kim | A | ||
Bob | A | ||
John | A | ||
Kim | A | ||
Layne | A | ||
Bob | 1 | A | |
John | 2 | A | |
Kim | 3 | A | |
Layne | 4 | A | |
Bob | B | ||
Bob | B | ||
John | B | ||
Bob | B | ||
John | B | ||
Bob | 15 | B | |
John | 17 | B | |
Bob | C | ||
Sarah | C | ||
Bob | 4 | C | |
John | 7 | C | |
Mark | C | ||
Kim | 5 | C | |
Mark | 8 | C | |
Laura | C | ||
Sarah | 6 | C | |
Laura | 9 | C |