- column
- TECHNOLOGY Q&A
A Better Idea
BY STANLEY ZAROWIN
Please note: This item is from our archives and was published in 2010. It is provided for historical reference. The content may be out of date and links may no longer function.
Related
November 1, 2025
A New Frontier: CPAs as AI System Evaluators
November 1, 2025
Creating an AI agent in ChatGPT
November 1, 2025
Using TEXTSPLIT to dissect Excel text strings
TOPICS
An item in the August issue, “Averaging noncontiguous cells that contain some zero values” (page 73), generated several ideas from readers for a better way to address the problem. David M. Fogel, a CPA in Roseville, Calif., was the first to suggest this formula, noting it could be used in a large spreadsheet over a wide range of cells:
=SUM(A1:G1)/COUNTIF(A1:G1,”>0″)
Shane Eloe, a CPA at Dickinson & Clark CPAs in Council Bluffs, Iowa, posted an even shorter option on the JofA’s Facebook page:
=AVERAGEIF(A1:G1,”>0″)
Advertisement
More from the JofA:
