Count or sum whole numbers only
The first problem is how to determine whole numbers. This can be done with theINT,TRUNC, or MOD functionsas explained in detail here. You might at first be tempted to use theCOUNTIForCOUNTIFSfunctions. Instead, we need a way to work with the array directly withBoolean logic. Next, we need to convert the TRUE and FALSE values to 1s and 0s. The formula in G6: Note the only change to the formula is the logical operator....