I'm struggling with my Sumifs formula, where I want to return a sum value based on two conditions and a further third condition that excludes a certain condition.
I can get the first bit working, but I'm struggling to exclude the status 'Cancelled' from the calculation.
Can anyone help advise where I'm going wrong please? The formula references another smartsheet.
=SUMIFS({LOG | Purchase Orders Range 3}, {LOG | Purchase Orders Range 4}, [Project Number & Name]$1, {LOG | Purchase Orders Range 5}, Item@row , <>"Cancelled", {LOG | Purchase Orders Range 7}, "Cancelled")
Thanks