Hello -
I am trying to create a formula that will sum numbers from column I34:I5000 as long as B34:B5000 doesn't have the words "Unassociated" or "Unmanaged"
I have =SUMIF(B34:B5000,OR("<>Unassociated","<>Unmanaged"),I34:I5000) now, but it returns 0
Thank you for your help