bakegleeson
New Member
- Joined
- Oct 3, 2020
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
Hey,
I'm trying to find the average of 1 cell that is linked to another cell.
In the image below, I am trying to get the average of the numbers linked to column A - so AAA and BBB.
Taking 'AAA' as an example, I first need to find AAA in column B and then take the letters in column C and find that in column D. In this instance, we'd be looking for ABBB and ABB2 in column D, to get the average of 15 and 15.
Same for 'BBB' - after finding BBB in column B, we're looking for BBBA, ABAB & DPDP in column D, to get the average of 10,10,10.
I think it's along the lines of if(average((A2=B2:B10)*( ........
Any takers?
I'm trying to find the average of 1 cell that is linked to another cell.
In the image below, I am trying to get the average of the numbers linked to column A - so AAA and BBB.
Taking 'AAA' as an example, I first need to find AAA in column B and then take the letters in column C and find that in column D. In this instance, we'd be looking for ABBB and ABB2 in column D, to get the average of 15 and 15.
Same for 'BBB' - after finding BBB in column B, we're looking for BBBA, ABAB & DPDP in column D, to get the average of 10,10,10.
I think it's along the lines of if(average((A2=B2:B10)*( ........
Any takers?