picking largest number

D

dnmusic

if i have a row or column of numbers, what formula do i use to pick out the
largest numer... i.e. 10, 14, 6, 28, 59, 37... i need to pull out 59
 
G

Glenn

dnmusic said:
if i have a row or column of numbers, what formula do i use to pick out the
largest numer... i.e. 10, 14, 6, 28, 59, 37... i need to pull out 59


Look at MAX and LARGE in the help file.
 
M

Max

If data is real numbers, then just normal Enter, eg in B1: =MAX(A1:A10)
If data is text numbers or a mix of text/real numbers,
then array Enter* in B1: =MAX(A1:A10+0)
*press CTRL+SHIFT+ENTER to confirm the formula
Any good? hit the YES below
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
 
J

JH

You can use,
=Large(your range of number here, 1)
replace your range of number here with your actual range (row and/or column)
You can check the large function under help
 

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

Top