I am trying to get the Total Amount for January only, but I keep getting 0.
My sheet has dates up to Dec, and I created a helper column to filter months, but I can't get it to work. I used this formula:
=SUMIFS([Total Amount]1:[Total Amount]17, Date1:Date17, IFERROR(MONTH(@cell), 0) = [Helper Month Column]@row)
Any idea what I am doing wrong? screenshot attached. Thanks