Largest value cell

  • Thread starter Thread starter Jeff Klein
  • Start date Start date
J

Jeff Klein

I have a spreadsheet with many numbers and I would like to have a cell that
shows the largest value of all the cells. Any ideas?
 
You can't include the cell where the formula is in the range of cells,
but just use this in A1:

=MAX(A2:M1000)

Adjust the range to suit your data.

Hope this helps.

Pete
 
Jeff said:
I have a spreadsheet with many numbers and I would like to have a cell
that
shows the largest value of all the cells. Any ideas?

=max(range) ie: =max(a1:a3)
 

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