Posted to microsoft.public.excel.worksheet.functions
|
|
sum column when it meets certain conditions
jimswinder wrote:
I am trying to sum a column when it meets two conditions. I have tried the
following:
=IF('Service Request Log'!$B$4:$B$5000,$A189,SUMPRODUCT(--(LEFT('Service
Request Log'!M$4:M$5000,3)="asa")))
But it is totaling the column whether or not it meets the first condition of
('Service Request Log'!$B$4:$B$5000,$A189).
Any suggestions?
Thanks...
Hi Jim,
Maybe the information on this site will be helpful for you:
http://www.xldynamic.com/source/xld.SUMPRODUCT.html
Regards,
Bondi
|