Thread: Largest number
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Eduardo Eduardo is offline
external usenet poster
 
Posts: 2,276
Default Largest number

Hi,
=LARGE(c1:c4,1)

1 will give you the largest
2 will give you the 2nd largest and so on

If this helped please click yes, thanks

"MAX" wrote:

I have a range of cells with a number in each cell (below).
Cell C1 24
Cell C2 12
Cell C3 14
Cell C4 7

I want a formula that gets the largest number in Cell B1.

Thanks.