Sumifs forumla with unparseable error. What am I doing wrong?

I am using a sumifs formula to sum a column from another sheet. My formula is
=SUMIFS({CRA MV Report Metrics Range 5}}, [CRA Name]@row, {CRA MV Report Metrics Range 2}, [Visit Type]@row, {CRA MV Report Metrics Range 4}, [Visit Type Description]@row, {CRA MV Report Metrics Range 3})
Is there something wrong with my formula?
Best Answer
-
Range 5 is what I am summing. However, I do have the criteria and criteria range backwards. I have fixed the formula and it looks to be working.
=SUMIFS({CRA MV Report Metrics Range 5}, {CRA MV Report Metrics Range 2}, [CRA Name]@row,{CRA MV Report Metrics Range 4}, [Visit Type]@row, {CRA MV Report Metrics Range 3}, [Visit Type Description]@row)
Thank you @Paul Newcome and @ker9 for the fast responses!!
Answers
-
Hi @Michelle B
It may be due to a double }} before the first comma:
=SUMIFS({CRA MV Report Metrics Range 5}},
Hope that helps!
-
@ker9 Thank you!! I have been staring at that formula trying to find something like that. However, now I get an incorrect argument error.
=SUMIFS({CRA MV Report Metrics Range 5}, [CRA Name]@row, {CRA MV Report Metrics Range 2}, [Visit Type]@row, {CRA MV Report Metrics Range 4}, [Visit Type Description]@row, {CRA MV Report Metrics Range 3})
-
SUMIFS does not have the same syntax as SUMIF. In SUMIFS, the range to sum comes first, then you start your range/criteria sets. It looks like maybe you just need to move range 3 to the beginning and shift everything else on over.
-
Range 5 is what I am summing. However, I do have the criteria and criteria range backwards. I have fixed the formula and it looks to be working.
=SUMIFS({CRA MV Report Metrics Range 5}, {CRA MV Report Metrics Range 2}, [CRA Name]@row,{CRA MV Report Metrics Range 4}, [Visit Type]@row, {CRA MV Report Metrics Range 3}, [Visit Type Description]@row)
Thank you @Paul Newcome and @ker9 for the fast responses!!
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 441 Global Discussions
- 154 Industry Talk
- 502 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!