I have created a SUMIFS function that is returning an incorrect value and I have narrowed the cause down to the not equal to (<>) not working properly. My equation looks like this:
=SUMIFS(Sheet2!F:F,Sheet2!O:O,741,Sheet2!Q:Q,251,Sheet2!T:T,1,Sheet2!W:W,"<>12017")
The value it returns for me is the value that it would return if the "Sheet2!W:W,"<>12017"" argument were not there. I have checked the format of the cells of both where the formula is located as well as the format of the cells where the data is pulling from - they match and the problem isn't changed by changing the format of the cells. the "12017" value is a concatenation of two other fields, so I also tried pasting the solution to that formula as values but that didn't work either. What else could possibly be causing excel to just ignore my <> argument?
=SUMIFS(Sheet2!F:F,Sheet2!O:O,741,Sheet2!Q:Q,251,Sheet2!T:T,1,Sheet2!W:W,"<>12017")
The value it returns for me is the value that it would return if the "Sheet2!W:W,"<>12017"" argument were not there. I have checked the format of the cells of both where the formula is located as well as the format of the cells where the data is pulling from - they match and the problem isn't changed by changing the format of the cells. the "12017" value is a concatenation of two other fields, so I also tried pasting the solution to that formula as values but that didn't work either. What else could possibly be causing excel to just ignore my <> argument?