Getting sum of a column from one board into a column on another board

I have a board A that contains projects and the efforts of each team (a column per team, e.g. a column for team-1, a column for team-2,…), so the sum of the teams in a line is the project’s efforts and a sum of a team’s column is the team’s total efforts across the projects.
Now in board B I wish to create the team’s summary:
I have the teams as items, and I have column for the team’s total efforts - which I wish to automatically populate based on the sum of the corresponding column in board A (another column in board B is the team’s capacity, that I track to make sure the teams are not over-allocated).
Now is there any way to automatically get the sum of the team’s column from board A into the team’s corresponding item and column in board B?