Tamarama91
New Member
- Joined
- Mar 6, 2022
- Messages
- 3
- Office Version
- 365
- Platform
- MacOS
Hello!
I need to find the average of every third cell in a certain range. Until now, I used
=AVERAGE(IF(MOD(COLUMN(BR24:CP24)-COLUMN(BR24),3)=0,IF(BR24:CP24,BR24:CP24))) ( so I need to count the values in BR24, BU24, BX24 and so on).
which worked just fine.
However, I just realized that I have to include cells containing a "0" (while at the same time ignoring blank cells) as I'm working with test results.
Any suggestions on how to do this?
I also need to exclude the lowest value (only one, not all of them) - I might be able to figure that out myself afterwards, but if you already know how to do this either, I'd appreciate your help.
Thanks in advance!
I need to find the average of every third cell in a certain range. Until now, I used
=AVERAGE(IF(MOD(COLUMN(BR24:CP24)-COLUMN(BR24),3)=0,IF(BR24:CP24,BR24:CP24))) ( so I need to count the values in BR24, BU24, BX24 and so on).
which worked just fine.
However, I just realized that I have to include cells containing a "0" (while at the same time ignoring blank cells) as I'm working with test results.
Any suggestions on how to do this?
I also need to exclude the lowest value (only one, not all of them) - I might be able to figure that out myself afterwards, but if you already know how to do this either, I'd appreciate your help.
Thanks in advance!