FreakyGirl
Member
hello
having a small problem with my SUMIFS.
it looks right so need another set of eyes to see what I'm doing wrong.
I want to formula to look in column X & find the name specified BA. then sum any figures in column Z where column Y contain either WA or WS.
i have tried using logical operators for BA3 & putting it in quotes to no avail.
The formula is located in column BI.
I do have to add more 'IFS' in using the adjacent colored columns but thought I would get the first one working before I attempted that.
thanks,
FreakyGirl
having a small problem with my SUMIFS.
it looks right so need another set of eyes to see what I'm doing wrong.
Code:
=SUMIFS($Z$3:$Z$503,$X$3:$X$503,$BA3,$Y$3:$Y$503,"WA",$Y$3:$Y$503,"WS")
I want to formula to look in column X & find the name specified BA. then sum any figures in column Z where column Y contain either WA or WS.
i have tried using logical operators for BA3 & putting it in quotes to no avail.
The formula is located in column BI.
I do have to add more 'IFS' in using the adjacent colored columns but thought I would get the first one working before I attempted that.
thanks,
FreakyGirl