Hi there
I'm trying to tidy up a SUMIFS formula. Is it possible to shorten the following:
=ROUND((SUMIFS(PayData[Units],PayData[Account],"800000",PayData[Paycode],"<>"&"STDHR",PayData[Paycode],"<>"&"*W*",PayData[Period End Dt],$A4)+SUMIFS(PayData[Units],PayData[Account],"800500",PayData[Paycode],"<>"&"STDHR",PayData[Paycode],"<>"&"*W*",PayData[Period End Dt],$A4))*$E4,2)
I think I'm on the right track here
=ROUND((SUM(SUMIFS(PayData[Units],PayData[Account],{"800000";"800500"},PayData[Paycode],"<>"&{"STDHR";"*W*"},PayData[Period End Dt],$A4))*$E4,2)
But it's having issues with the not equal to "STDHR" or doesn't contain "W" bit
Any ideas?
I'm trying to tidy up a SUMIFS formula. Is it possible to shorten the following:
=ROUND((SUMIFS(PayData[Units],PayData[Account],"800000",PayData[Paycode],"<>"&"STDHR",PayData[Paycode],"<>"&"*W*",PayData[Period End Dt],$A4)+SUMIFS(PayData[Units],PayData[Account],"800500",PayData[Paycode],"<>"&"STDHR",PayData[Paycode],"<>"&"*W*",PayData[Period End Dt],$A4))*$E4,2)
I think I'm on the right track here
=ROUND((SUM(SUMIFS(PayData[Units],PayData[Account],{"800000";"800500"},PayData[Paycode],"<>"&{"STDHR";"*W*"},PayData[Period End Dt],$A4))*$E4,2)
But it's having issues with the not equal to "STDHR" or doesn't contain "W" bit
Any ideas?