Hello all,
I can't get Not Equal To <> syntax to work in my SUMIFS formula. SUMIFS is returning value as if Not Equal To criteria does not exist.
Data tab is queried data table that contains text.
=SUMIFS(Data[Length],Data[ItemID],"7610001006",Data[Status],"Sold",Data[Year],"2019",Data[WhseID],"<>"&"85")
I tried the alternatives below and it did not work either.
=SUMIFS(Data[Length],Data[ItemID],"7610001006",Data[Status],"Sold",Data[Year],"2019",Data[WhseID],"<>85")
Any help is greatly appreciated.
I can't get Not Equal To <> syntax to work in my SUMIFS formula. SUMIFS is returning value as if Not Equal To criteria does not exist.
Data tab is queried data table that contains text.
=SUMIFS(Data[Length],Data[ItemID],"7610001006",Data[Status],"Sold",Data[Year],"2019",Data[WhseID],"<>"&"85")
I tried the alternatives below and it did not work either.
=SUMIFS(Data[Length],Data[ItemID],"7610001006",Data[Status],"Sold",Data[Year],"2019",Data[WhseID],"<>85")
Any help is greatly appreciated.