Thread: Largest number
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] vezerid@act.edu is offline
external usenet poster
 
Posts: 15
Default Largest number

Use your name <s.

=MAX(C1:C4)

HTH
Kostis Vezerides

On Apr 29, 7:09*pm, 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.