mv8167
Board Regular
- Joined
- Apr 27, 2005
- Messages
- 103
I have the following code that adds up a column and divides the total by the count found that are found to have valid values:
=SUMIF(L1:L10,"<>""")/COUNT(L1:L10)
I need my code to look at every other row. If a value exists, then add to the sum, plus add one to the count to fgind the average.
There are 10 values in one column, for rows 2, 4, 6, 8 and 10 if a value exists, sum qand add 1 to the count.
Is this possible? Thx
Lorena
=SUMIF(L1:L10,"<>""")/COUNT(L1:L10)
I need my code to look at every other row. If a value exists, then add to the sum, plus add one to the count to fgind the average.
There are 10 values in one column, for rows 2, 4, 6, 8 and 10 if a value exists, sum qand add 1 to the count.
Is this possible? Thx
Lorena