i need to sumifs not blank cells. I have three blank cells in a range and i want to sum the non blanks. I have tried using "<>"" and "<>" but they do not work. What should i be using.
=SUMIFS(RAW!$R$1:$R$28869,RAW!$AM$1:$AM$28869,Sheet4!$A5,RAW!$AF$1:$AF$28869,"<>NULL",RAW!$AB$1:$AB$28869,"<>")
=SUMIFS(RAW!$R$1:$R$28869,RAW!$AM$1:$AM$28869,Sheet4!$A5,RAW!$AF$1:$AF$28869,"<>NULL",RAW!$AB$1:$AB$28869,"<>")