formula in Excel

C

Chris

I am looking for the following formula. I have a select
column with several numbers in it. I want to add the 2
lowest numbers. ie If i have a column that has selected
4, 5, 6, 7, 8, 9, 10 and i want sum of the two lowest. It
would 9. Does anyone know how to create this formula
 
R

RagDyer

Say your selection was A1:A7, then:

=SUM(SMALL(A1:A7,{1,2}))
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


I am looking for the following formula. I have a select
column with several numbers in it. I want to add the 2
lowest numbers. ie If i have a column that has selected
4, 5, 6, 7, 8, 9, 10 and i want sum of the two lowest. It
would 9. Does anyone know how to create this formula
 

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