I have a formula that is setup like this to count multiple variants:

{=SUM(COUNTIFS(saleslogpromo,{"999","9999","B998","B999","G998","G999","M998","M999","N998","N999","SB","Y998","Y999","111","333","PI","222","XTV","CS"},saleslogrep,V2,purchdate,">="&W2,purchdate,"<="&X2,Sales_Verifier,{"ad5550";"jv5026";"ts8953";"cf7714";"nl2589";"sh1346";"mf7708"}))}

I want to be able to do a sum like this, here is what I have and it doesnt work:

{=SUMIFS(inboundcalls,callsrep,V2,callsqueuenum,{"5018","5030","5031","5032","5033","5034"},callsdate,">="&W2,callsdate,"<="&X2)}

Let me know what and how I manage this, I would rather not do multiple sumifs + together if at all possible.

Thanks in advance!