J Jeff Klein Oct 26, 2007 #1 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?
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?
P Pete_UK Oct 26, 2007 #2 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
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
D Dave H Oct 26, 2007 #3 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? Click to expand... =max(range) ie: =max(a1:a3)
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? Click to expand... =max(range) ie: =max(a1:a3)