excel - How can I divide a number of cells by another? -


i'm trying query divides number of cells number of cells, keep on getting error.

here contents of cells: http://i.gyazo.com/5954cf9dfcdc8cc430b81125d7313d22.png

=sum((z2:z19) / (v2:v19))

i #value! error. how come can't divide 1 selection other

try this:

=(sum(z2:z19)/sum(v2:v19))


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -