I am trying to write a cross sheet formula and keep getting the incorrect argument set error. The formula I wrote is:
=SUMIFS({Total Poles}, {Vendor}, "ALLO", {Date}, >=TODAY(-30))
My formula is stating that I sound sum the amount of poles where the vendor column is Allo and where the date column lists dates within the last 30 days.
When I wrote the formula for the individual sheet (no cross reference) it worked. The sheet formula is:
=SUMIFS([No of Poles]:[No of Poles], Vendor:Vendor, "ALLO", [Date Received]:[Date Received], >=TODAY(-30))
Thanks!