How to average non-adjacent/contiguous cells excluding zeroes in Excel?
Supposing you have a fruit table as the right screenshot shown, and you need to calculate the average of all cells in the Quantity columns excluding the zeroes, how to get it done? The following methods can help you.
Average non-adjacent cells excluding zeroes with formula
Average non-adjacent cells excluding zeroes with formula
The following formula we will recommend can just work on non-adjacent cells in a single row. For example, you need to calculate the average of three date’s quantity of Apple excluding zero cells in the table, you can apply the following formula.
1. Select a blank cell, enter formula =AVERAGE(IF(MOD(COLUMN(C2:G2)-COLUMN(C2),2)=0,IF(C2:G2,C2:G2))) into the Formula Bar, and then press the Ctrl + Shift + Enter keys simultaneously.
Note: In the formula, C2 and G2 are the first and last cells of the non-adjacent cells. And number 2 in the formula means there is only one column interval between every non-adjacent cell. You can change them based on your needs.
Quickly select interval (non-adjacent) rows or columns in specified range in Excel:
The Kutools for Excel's Select Interval Rows & Columns feature can help you easily select interval rows or columns in specified range in Excel as the below screenshot shown. Download and try it now! (30-day free trail)
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
