Largest number

M

MAX

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.
 
E

Eduardo

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
 

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