L
Lok Tak Cheong
I want to make a function in excel 2003 that likes the function "sumifs" in
excel 2007.
Anyone please help.
excel 2007.
Anyone please help.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Mike H said:Try:-
=SUMPRODUCT((A1:A20=1000)*(B1:B20=2000)*(C1:C20))
Mike
Try:-
=SUMPRODUCT((A1:A20=1000)*(B1:B20=2000)*(C1:C20))
Mike
ergo said:....
would
{=sum(if((A1:A20=1000)*(B1:B20=2000));C1:C20;0)} (matrix formula!)
do the same? And why does it give other results as
{=sum(if(and((A1:A20=1000);(B1:B20=2000)));C1:C20;0)}
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.