I have a question about adding data in selected cells.
Let's say that column "G" contains dollar values, and that column "J"
contains the text either "yes" or "no". I want to sum all the dollar
values where the adjacent cell is "yes" only.
How would I accomplish that?
Thanks,
Brian
Try this:
=SUMIF(J:J,"Yes",G:G)
Biff
>I have a question about adding data in selected cells.
>
[quoted text clipped - 6 lines]
> Thanks,
> Brian
robofanuc@yahoo.com - 19 Dec 2006 21:21 GMT
Sir that was just what I needed, thank you Biff.
Brian
> Try this:
>
[quoted text clipped - 12 lines]
> > Thanks,
> > Brian
T. Valko - 19 Dec 2006 21:34 GMT
You're welcome. Thanks for the feedback!
Biff
> Sir that was just what I needed, thank you Biff.
>
[quoted text clipped - 16 lines]
>> > Thanks,
>> > Brian