Help with an array formula to average the value in a third column when the condition is TRUE in two
Posted by Tom Bauer on May 03, 2001 9:29 AM
How could I use an array formula to average the value in a third column when the condition is TRUE in two other columns.
Example:
Month Year Total
1 2001 5
1 2001 15
2 2001 8
The average of the Total for Month 1 in the Year 2001 is 10.
Or an alternative:
Date Total
1/17/2001 5
1/20/2001 15
2/5/2001 8
The average for the Total number in January of 2001 is 10.
Any ideas are appreciated.