SUMIFS with criteria in 2 columns of different sheet
I am trying to create a Metrics Sheet referencing three columns of another sheet.
I want to sum the Officials column of the {Officials Reg Numbers} sheet if the Sport column = Sport@row and the Year column = Year@row of the metrics sheet.
=SUMIFS({Officials Reg Numbers - Officials}, {Officials Reg Numbers - Sport}, Sport@row, [{Officials Reg Numbers - Year}, Year@row])
I am getting an #UNPARSEABLE error.
I can get them to work individually as seen in the Metrics sheet image below (Basketball and Cross Country) but not when I put them together.
Can anyone tell me what I am doing wrong?
Officials Reg Numbers sheet:
Metrics Sheet:
Best Answer
-
@kcaudill1989 In your formula, =SUMIFS({Officials Reg Numbers - Officials}, {Officials Reg Numbers - Sport}, Sport@row, [{Officials Reg Numbers - Year}, Year@row])
you have "[" and "]" in places they shouldn't be.
Try
=SUMIFS({Officials Reg Numbers - Officials}, {Officials Reg Numbers - Sport}, Sport@row, {Officials Reg Numbers - Year}, Year@row)
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Answers
-
@kcaudill1989 In your formula, =SUMIFS({Officials Reg Numbers - Officials}, {Officials Reg Numbers - Sport}, Sport@row, [{Officials Reg Numbers - Year}, Year@row])
you have "[" and "]" in places they shouldn't be.
Try
=SUMIFS({Officials Reg Numbers - Officials}, {Officials Reg Numbers - Sport}, Sport@row, {Officials Reg Numbers - Year}, Year@row)
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
-
@Darren Mullen Thanks you! That worked. I figured it was something simple that I just wasn't seeing.
-
@kcaudill1989 You're welcome. Yes, it usually is something simple. It happens to all of us!!!!
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!