I am struggling with a formula.
I have two sheets. One is a list of proposals, the other is a material forecast roll-up.
I am trying to build a formula that will sum up the square feet noted for a particular product within a certain month and year, but I can't seem to get it right.
Here is what I have so far:
=SUMIFS({SqFt}:{SqFt}, {Roof System}, "Product A", AND(IF({Target Ship Date}, ISDATE(@cell), {Target Ship Date}, MONTH(@cell) = 6, {Target Ship Date}, YEAR(@cell) = 2018)))
I keep getting an "Unparsable" error message.
Any help in figuring out where I've gone wrong would be appreciated.
Thank you!