i am not able to get a total of two values in the same column. The following code shows nothing:
Code:
=SUMIFS(K:K,E:E,"PLANT",F:F,"DISCIPLINE",G:G,"SERVICES",G:G, "MATERIALS")
If I remove MATERIALS from Column G:G, it works fine.
But, I want to calculate the both
SERVICESvalue and
MATERIALSvalue which are in same column. How can I do that?