From: steve on
What does
=+SUMIF($G10:$G31,"Yes",I10:I31)
mean?
--
steve
From: Dave Peterson on
=SUMIF($G10:$G31,"Yes",I10:I31)

(You don't need the +

Look at each cell in G10 to G31 (all 22 cells)
If the value in each cell is Yes, then add up the value in the corresponding
cell in column I (I10:I31)



steve wrote:
>
> What does
> =+SUMIF($G10:$G31,"Yes",I10:I31)
> mean?
> --
> steve

--

Dave Peterson
From: Jacob Skaria on
SUM I10:I31 if G10:G31 = "Yes"

--
Jacob (MVP - Excel)


"steve" wrote:

> What does
> =+SUMIF($G10:$G31,"Yes",I10:I31)
> mean?
> --
> steve
From: bala_vb on

steve;956738 Wrote:
> What does
> =+SUMIF($G10:$G31,"Yes",I10:I31)
> mean?
> --
> steve

a good description of sumif function with example, refer to below url

http://www.techonthenet.com/excel/formulas/sumif.php


all the best




--
bala_vb