Hi,
I'm wondering if any one can help me. I am after a formula to add the two lowest numbers out of three numbers. Hope that makes sense
Thanks
Simon
Hi,
I'm wondering if any one can help me. I am after a formula to add the two lowest numbers out of three numbers. Hope that makes sense
Thanks
Simon
if the numbers are in a1, a2, and a3 perhaps small(a1:a3,1)+small(a1:a3,2)
does that help?
Regards
Dav
Thats great thanks
any one of
=SUM(A1:A3)-MAX(A1:A3)
=SUM(SMALL(A1:A3,{1,2}))
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks