Need Help

S

Sam M.

Could someone please tell me how to find the absolute value of the
differences in a number series residing in a column? I know the abs value
function. I don't understand how to get the differences using Excel formulas.
I want to calculated each difference between the numbers. I'm stuck on my
own.

And also, after calculating this number is it possible to divide the result
by however many cells are referenced in the colummn automatically? I would
like to be able to see an average determined by however many cells are
referenced. If
that makes sense.

Thanks
 
L

Luke M

something like this array* formula should work:
=SUM(ABS(A2:A100-A3:A101))-ABS(A100)
You may need to adjust the range sizes to fit your data properly. Note that
the 2 arrays are equal size, just offset by 1. Final subtraction is to
exclude final number in your series.

*Use Ctrl+Shift+Enter to confirm formula, not just enter.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top