Hello,
I need assistance with a few sumif formulas.
1) I need to calculate Documents Scanned This Month and Documents Scanned Last Month. The formula should look for the word Documents in the column called "Scanning Queue" and give me the total Scanned Quantity for both current month and last month. Below is the formula I am using for the two calculations but I am receiving error #UNPARSEABLE.
- Documents Scanned This Month: =SUMIFS(Date:Date, IFERROR(MONTH(@cell), 0) = MONTH(TODAY()), Date:Date, IFERROR(YEAR(@cell), 0) = YEAR(TODAY())), [Scanning Queue]:[Scanning Queue], FIND("Documents", @cell) > 0, [Scanned Quantity]:[Scanned Quantity])
- Documents Scanned Last Month: =IF(MONTH(TODAY()) = 1, SUMIFS(Date:Date, IFERROR(MONTH(@cell), 0) = 12, Date:Date, IFERROR(YEAR(@cell), 0) = YEAR(TODAY()) - 1),[Scanning Queue]:[Scanning Queue], FIND("Documents", @cell) > 0, [Scanned Quantity]:[Scanned Quantity]), SUMIFS(Date:Date, IFERROR(MONTH(@cell), 0) = MONTH(TODAY()) - 1, Date:Date, IFERROR(YEAR(@cell), 0) = YEAR(TODAY()), [Scanning Queue]:[Scanning Queue], FIND("Documents", @cell) > 0, [Scanned Quantity]:[Scanned Quantity])
2) I also want to calculate how many CON - Documents and CON - eFlows were scanned this month and last month. I currently don't have a working formula for this yet.
Regards,
Nikhil Chawla
