duranimal86
New Member
- Joined
- Jul 24, 2019
- Messages
- 18
- Office Version
- 365
- Platform
- Windows
Hello, I am trying to find a way to reference rows of horizontal data with a formula to pull different columns in sets of 3 rows for each row of data. So each row of data would result in 3 corresponding formula rows with different columns referenced in each of the 3 rows. Then i would like to be able to have that set of 3 pattern copy down for multiple rows of horizontal data. I have been trying to make something work with INDEX and/or OFFSET, but haven't been able to get it to work. Below is example data to try and illustrate what i am looking for.
Horizontal Data to be referenced:
The result I am looking for:
Horizontal Data to be referenced:
ID1 | 1A | 1B | 1C | 1D | 1E | 1F |
ID2 | 2A | 2B | 2C | 2D | 2E | 2F |
ID3 | 3A | 3B | 3C | 3D | 3E | 3F |
ID4 | 4A | 4B | 4C | 4D | 4E | 4F |
The result I am looking for:
ID1 | 1A | (hardkeyed1) | (hardkeyed2) | 1D | |
ID1 | 1A | 1B | 1C | 1E | |
ID1 | 1A | 1B | 1C | 1F | |
ID2 | 2A | (hardkeyed1) | (hardkeyed2) | 2D | |
ID2 | 2A | 2B | 2C | 2E | |
ID2 | 2A | 2B | 2C | 2F | |
ID3 | 3A | (hardkeyed1) | (hardkeyed2) | 3D | |
ID3 | 3A | 3B | 3C | 3E | |
ID3 | 3A | 3B | 3C | 3F | |
ID4 | 4A | (hardkeyed1) | (hardkeyed2) | 4D | |
ID4 | 4A | 4B | 4C | 4E | |
ID4 | 4A | 4B | 4C | 4F |