Forum Discussion
Jeremy_Pats
Nov 12, 2021Copper Contributor
Finding the 5 least numbers from cells with formulas
Hi everyone, I have the following challenge: I am trying to get the smallest 5 numbers to be summed up from an array of cells. The challenge is that when I use formulas such as SUMPRODUCT or SMAL...
- Nov 12, 2021Remove the double quotes.
Detlef_Lewin
Nov 12, 2021Silver Contributor
Remove the double quotes.
- Jeremy_PatsNov 12, 2021Copper ContributorWOW! Such a small fix but it works! Thank you Detlef_Lewin for the help.
- Detlef_LewinNov 12, 2021Silver ContributorDouble quotes around the numbers makes them text. Some functions ignore text (like SMALL()), and some throw an error.