I'm trying to pull a total quantity of bad parts that have been made in the last 45 days. I'm looking to break this down by specific part numbers. The formula that I'm currently using is :
=SUMIFS({Machine Shop Scrap Data Range 1}, {Machine Shop Scrap Data Range 2}, AND(@cell >= TODAY(-45), @cell <= TODAY()), {Machine Shop Scrap Data Range 4}, "10084273")
This seems to be a good formula, but it is providing a result of "0" for everything when I know there are quantities available. I'm worried that this may have something to do with my date column not being in a certain format as one of my other formulas wouldn't work until I changed the date column from a date selection box to a manual entry box.
Any ideas what may be going on? Thank you in advance.