if then /lookup function

M

moni88

I want to sum up all the value such as "aa" instead of softing and usin
function sum/if. But it doesn't work. Any expect can help? Thanks.

1 aa 10
2 bb 40
3 aa 20
4 cc 25
5 aa 10
6 bb 44

=SUM(IF(B1:B6="aa",C1:C6),0
 
P

Peo Sjoblom

=SUMIF(B1:B6,"aa",C1:C6)

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey
 
V

via135

hi!

=SUMIF(B1:B6,"aa",C1:C6)

-via135

I want to find "aa" and then sum up all the value in column C. Th
function I use below doesn't work. Any expect can help? Thanks.

1 aa 10
2 bb 40
3 aa 20
4 cc 25
5 aa 10
6 bb 44

=SUM(IF(B1:B6="aa",C1:C6),0
 

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

Similar Threads


Top