IF COUNT

S

sporting8

If I have values in A1:A3, how do make a formula that will take the highest
two numbers of the 3 values?
 
R

Rick Rothstein \(MVP - VB\)

If I have values in A1:A3, how do make a formula that will take
the highest two numbers of the 3 values?

Take them where? You need to provide more information about what comes next.

Rick
 
B

Bob Phillips

=SUM(LARGE(C1:C3,{1,2}))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Top