View Single Post
 
Old 07-16-2016, 11:45 AM
Pecoflyer's Avatar
Pecoflyer Pecoflyer is offline Windows 7 64bit Office 2010 64bit
Expert
 
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,943
Pecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond repute
Default

An expression ike
IF(COUNT(C1:I1)=4,SUM(LARGE(C1:I1,{1,2,3,4} means there are only 4 numbers in the range, so, why the LARGE function?
As I understand it

=IF(count(C1:I1)>=5,sum(large(C1:I1,{1,2,3,4,5})), sum(c1:I1))

should do?

(entered as array of course)
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post
Reply With Quote