clairestill
New Member
- Joined
- Jun 26, 2018
- Messages
- 3
I have this formula that works to be a nonblank average of a column J that matches to a specific answer in column B (A21). Column B has non-numerical values and Column J is the data I'm averaging.
=AVERAGEIF(B3:B20,A3,J3:J20)
When I try to expand this to eliminate "0's" from the averages, it messes up. How to I expand the formula above to only include non-zero answers?
=AVERAGEIFS(...)
=AVERAGEIF(B3:B20,A3,J3:J20)
When I try to expand this to eliminate "0's" from the averages, it messes up. How to I expand the formula above to only include non-zero answers?
=AVERAGEIFS(...)