This equation would work if I was trying to average the data that is located in the cells whose location I am trying to identify. The data in these cells is irrelevant - I am interested in the data located in Sheet B, which is located with the unique identifier taken from Sheet A.
Here's an example:
Essentially, this is what I want - I want to identify all rows with with numbers in column B on Sheet A. I want to find the same rows in Sheet B and average the numbers (column B of Sheet B) of these rows only. In this case, the end result would be the average of 95.4 and 38.4
Sheet A
Excel Workbook |
---|
|
---|
| A | B |
---|
1 | Unique Identifier | Value |
---|
2 | 1 | * |
---|
3 | 2 | 120 |
---|
4 | 3 | * |
---|
5 | 4 | 48 |
---|
6 | 5 | * |
---|
|
---|
Sheet B
Excel Workbook |
---|
|
---|
| A | B |
---|
1 | Unique Identifier | Value |
---|
2 | 1 | 84.5 |
---|
3 | 2 | 95.4 |
---|
4 | 3 | 94.5 |
---|
5 | 4 | 38.4 |
---|
6 | 5 | 56.4 |
---|
|
---|