A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
You can nest another IF inside your IF to create another criteria such as >=-50. Then use SUMIF for your error value. Your formula would look something like this:
=IFERROR(SUM(SMALL(IF(F8:F50>=-50,IF(F8:F50<>0,F8:F50)),{1,2,3})),SUMIF(F8:F50,">=-50"))