I am trying to create a formula on a separate sheet that adds up the data from the sheet shown below for quantity of chairs, "Chair 2 Qty.", that are a specific type/name from column, "Chair 2", and have a construction start date, "Construction Onsite", that is in the future.
I have it working without the date reference, but now I need to add in the date part.
Here's what has worked so far: =SUMIF({Chair 2}, [Primary Column]@row, {Chair 2 Qty.})
Here's the date portion that isn't working: =SUMIFS({Construction Onsite}, >TODAY(),{Chair 2}, [Primary Column]@row, {Chair 2 Qty.})
I get "Invalid Operation". Please help :)