A
Anthony
I am trying to discern an average of values from variable source ranges. If
my data looks like this:
A B C D
E
1 01 5 0 0
2 01 0 7 0
AVERAGEIF(A12,<>0)
3 02 4 0 0
4 02 0 11 0
5 02 0 0 2
AVERAGEIF(A35,<>0)
The workbook I'm working with has over 65,000 rows, so how can I set
something up where the average formula is automatically generated for each
subsequent set of similar data (in this example, column A is my qualifying
criteria... I want the average of all data in a row where A=01, A=02, etc).
Thanks!
my data looks like this:
A B C D
E
1 01 5 0 0
2 01 0 7 0
AVERAGEIF(A12,<>0)
3 02 4 0 0
4 02 0 11 0
5 02 0 0 2
AVERAGEIF(A35,<>0)
The workbook I'm working with has over 65,000 rows, so how can I set
something up where the average formula is automatically generated for each
subsequent set of similar data (in this example, column A is my qualifying
criteria... I want the average of all data in a row where A=01, A=02, etc).
Thanks!