How to average non-adjacent/contiguous cells excluding zeros in Excel?
Suppose you have a fruit table like the screenshot below, and you want to calculate the average of all cells in the Quantity column, excluding zeros. The following method will guide you through the process.
Average non-adjacent cells excluding zeros with formula
Average non-adjacent cells excluding zeros with formula
The following formula works for 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 the 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.
Kutools for Excel - Supercharge Excel with over 300 essential tools. Enjoy permanently free AI features! Get It Now
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!