Hello,
Running into a problem. Here's the situation:
Cell range B10-M10, sum the cells 3,5,7,9 from it's respective column into a total
Example: Cell B10: =SUM(B3,B5,B7,B9)
Same formula for each column in the 10th row.
So, cell N10 should be the SUM of B10:M10 divided by the number of cells WITH data (don't include blank cells) as the numbers will be calculated when entered in on a weekly basis.
Here's what I've been using for N10: =SUM(B10:M10)/COUNTA(B10:M10) problem is it doesn't work, it still calculates the empty cells. When I used the formula on cell data NOT obtained from another function (just testing in blank worksheet) it worked fine. I wouldn't imagine that the means of how a cell's data is calculated would have any impact on another function working, but that seemingly is the case here.
In the screenshot, you will see only cells B10-E10 are filled out. It should be dividing the current sum of those (28) by the number of cells with data (4). N10 should therefore be "7", not "2.33"
001.jpg
Any guidance would be great appreciated! Thank you.
Bookmarks