In column "B" I have a series of weights that I do a total on at the bottom. After the total, I want to get the actual weight by reducing the weight of the container. In cell "K1" I have my container weight.
My formula looks like this =COUNTIF(B2:B31,">0)*K1-B32. It gives me the correct answer, but it displays it as a -0.8. Cells "B2:B31" = 3.0 Cell "K1" = 1.1
Any help would be appreciated.
Bookmarks