Hello!
I am new to this forum, but have been using Excel for some time now. I came across a scenario today however which stumped me, and was hoping that perhaps someone on here might have a solution!
I am attempting to get an average of multiple non consecutive cells, ignoring anything that is equal to '0'. Each of my cells is 10 cells apart. I've tried a few different formulas, but none of them have worked yet. I have well over 100 cells total that I'm trying to apply this formula too, screencap below for reference!
Excel Snippet.png
These are the formulas I've tried:
^doesn't take out zeros=Average(B9,B20,B31,B64,B75,B86,B97,B108,B141,B152,B163,B174,B185,B218,B229,B240,B251,B262,B295,B306)
^Same as above (Where "Log_On_Bradley" is just a named range referencing the above cells)=SUM(Log_On_Bradley)/COUNT(Log_On_Bradley)
^Throws an error=SUM(Log_On_Bradley)/COUNTIF(Log_On_Bradley, ">0")
^Throws an error for too many arguments=AVERAGEIF(B8,B19,B30,B63,B74,B85,B96,B107,B140,B151,B162,B173,B184,B217,B228,B239,B250,B261,B294,B305, ">0")
Thanks in advance for any help!
Leah
Bookmarks