J
JCH
OK, I have scoured through the newsgroups, forum sites and
haven't been able to track anything down that helps me
with the following problem.
Col1 Col2 Col3
yes CDN 15
no CDN 20
yes US 20
yes CDN 20
no US 25
yes US 15
I need to sum Column 3 for each scenario (there will only
ever be four):
YES|CDN
NO |CDN
YES|US
NO |US
I've tried the following function, but it simply returns
#VALUE!:
=SUM(IF((A2:A41="Yes") * (B2:B41="CDN"),SUM(C2:C41),0))
Any and all help would be greatly appreciated.
Cheers,
JCH
haven't been able to track anything down that helps me
with the following problem.
Col1 Col2 Col3
yes CDN 15
no CDN 20
yes US 20
yes CDN 20
no US 25
yes US 15
I need to sum Column 3 for each scenario (there will only
ever be four):
YES|CDN
NO |CDN
YES|US
NO |US
I've tried the following function, but it simply returns
#VALUE!:
=SUM(IF((A2:A41="Yes") * (B2:B41="CDN"),SUM(C2:C41),0))
Any and all help would be greatly appreciated.
Cheers,
JCH