![]() |
IF COUNT
If I have values in A1:A3, how do make a formula that will take the highest
two numbers of the 3 values? |
IF COUNT
=LARGE(A1:A3,1)&", "&LARGE(A1:A3,2)
"sporting8" wrote: If I have values in A1:A3, how do make a formula that will take the highest two numbers of the 3 values? |
IF COUNT
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 |
IF COUNT
=SUM(LARGE(C1:C3,{1,2}))
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Rick Rothstein (MVP - VB)" wrote in message ... 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 |
All times are GMT +1. The time now is 01:03 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com