mischifous
New Member
- Joined
- Mar 14, 2016
- Messages
- 35
- Office Version
- 365
- Platform
- Windows
Hi excel wizards,
I have two large tables, I'm wanting to create a column, that will find the average of points in table 2, based on if the corresponding value in table 1 meets a certain condition. Is this possible to
For example,
"TABLE1"
"TABLE2"
In a single column, i want to calculate the average for each day where only the values that are >30% in table 1 are included to calculate the average:
thus, a new table/column that has the following values
day 1= average('TABLE2'!B2,'TABLE2'!D2)
day2 = average('TABLE2'!C2,'TABLE2'!D2)
(my data is actually much larger than this but it is in this format) There are also sometimes values in the format of "-" in TABL1.
As always, i really appreciate you guys' wizardry. This community has helped me so much over the years.
I have two large tables, I'm wanting to create a column, that will find the average of points in table 2, based on if the corresponding value in table 1 meets a certain condition. Is this possible to
For example,
"TABLE1"
JOHN | SALLY | MAX | |
day 1 | 35% | 22% | 55% |
day 2 | 28% | 34% | 52% |
"TABLE2"
JOHN | SALLY | MAX | |
day1 | 10 | 9 | 12 |
day2 | 8 | 5 | 11 |
In a single column, i want to calculate the average for each day where only the values that are >30% in table 1 are included to calculate the average:
thus, a new table/column that has the following values
day 1= average('TABLE2'!B2,'TABLE2'!D2)
day2 = average('TABLE2'!C2,'TABLE2'!D2)
(my data is actually much larger than this but it is in this format) There are also sometimes values in the format of "-" in TABL1.
As always, i really appreciate you guys' wizardry. This community has helped me so much over the years.