How do i calculate a difference formula in a column of numbers in.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to figure a formula that would find the difference between the
highest and lowest number in a column in Excel 2000. Each week another
number is added. Any help would be greatly appreciated.
 
If column A has your numbers:

=MAX(A:A)-MIN(A:A)

You can still add rows to the end of the list because you are referencing
the entire column.
 

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

Back
Top