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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!