I'm trying to get the average of three daily stats: unit price, unit cost, unit profit. The problem is that the data is not all neatly in a column, so I came-up with a formula using SUMIF divided by COUNTIFS that worked beautifully until I entered a negative value for unit profit. The criteria ">0" I was using no longer worked since I had to take in consideration negative values. So, I went with "<>0", then tried "<>""", then I tried using both. Each time, the formula seems to keep counting blank cells because there are formulas inside.
My question is a simple one: How do you test for blank cells if they have a formulas in them?
Don't laugh at it's grotesqueness, but here's my really ugly formula:
Formula:
Please Login or Register to view this content.
Bookmarks