Sum Postitive Values

C

crysallisa

Please advise how should I set the formula.

I have few values over several rows (A18, A29, A40, A51), and in cell A54, I
want to sum up the above cells that are in positive values and to excludes
any values that are less than 0.
 
J

Jacob Skaria

Another one

=SUMPRODUCT((MOD(ROW(A18:A51),11)=7)*(A18:A51>0),A18:A51)

If this post helps click Yes
 
C

crysallisa

Hi Valko,

Thank you for great advice!! It solves my problem.

Best Regards
Crysallisa
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top