Referencing multiple tables in Numbers
I have a main table and multiple tables full of data.
On the main table I want to use a countif function in the Games column to pull the result of 2 for the name Joe Smith
I haven't been able to make it work unless using multiple functions ie (countif ('Game1::A1:A3,A1))+(countif('Game 2::A1:A3,A1). I don't want to do this with 17 tables and counting.
Is there a way to use countif across multiple tables?
Main
| Name | Games |
|---|---|
Joe Smith | |
Game 1
| Name | Score |
|---|---|
| Joe Smith | 300 |
| Jane Doe | 200 |
Game 2
| Name | Score |
|---|---|
| Joe Smith | 250 |
| Jimmy Brown | 280 |
MacBook Pro TouchBar and Touch ID, macOS High Sierra (10.13.2)