Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: David L.   on Oct 16 In MS Office Category.

  
Question Answered By: Brandeis Fischer   on Oct 16

Another way would be to use a conditional array...say you have values
in range a1:a12, you would enter the summation formula in a13 as follows:
=SUM(IF(MOD(A1:A12,2)=0,A1:A12))
to get the formula to work, you MUST hold down the <Ctrl><Shift> then
<Enter>. The result formula would have two brackets around the
formula like below...

{=SUM(IF(MOD(A1:A12,2)=0,A1:A12))}

the result should be 30

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on how to sum the even numbers only Or get search suggestion and latest updates.


Tagged: