Forum Discussion
hbrand
Mar 13, 2019Copper Contributor
3 smallest values
Hi, example. I have a list of the folloming numbers. -2, -1, 0, 1, 2, 3 I want to use a formula to find the 3 lowest vaules. If I use n.small 1, 2 and 3, a get the answer -2, -1 and 0. But I wan...
- Mar 13, 2019
Hi,
That could be like
=AGGREGATE(15,6,$A$1:$A$6/($A$1:$A$6<>0),C1)
for
SergeiBaklan
Mar 13, 2019Diamond Contributor
Hi,
That could be like
=AGGREGATE(15,6,$A$1:$A$6/($A$1:$A$6<>0),C1)
for
hbrand
Mar 13, 2019Copper Contributor
Sergei, excelent! Thanks a lot!
best regards Hovard
- SergeiBaklanMar 13, 2019Diamond Contributor
Hovard, glad to help