Forum Discussion
KJPNWester
Apr 25, 2022Copper Contributor
EASY for someone Excel SUMIFS question (see photo of text question -thanks!)
4 Replies
- JMB17Bronze ContributorI believe this is what you're trying to do:
=SUMIFS(Table1[Debits], Table1[Category], "Gardening", Table1[Date], ">=" & DATE(2022, 4, 1), Table1[Date], "<=" & DATE(2022, 4, 7))- KJPNWesterCopper ContributorHmmmm --- Getting the error "The formula is missing an opening or closing parenthesis" -- ?
- JMB17Bronze Contributor
KJPNWester Since you did not post your formula, I can't tell you anything beyond the error message - that you are probably missing an opening or closing parenthesis. The formula I posted does not have that issue, perhaps double check (of course, the table name will have to be changed to whatever yours is called)?