Notion Answers

Help between Notion users


Register & Ask

It's free & easy

Get answers

Answers, votes & comments

Vote and select answers

Receive points, vote and give the solution

Question

1vote

How to add numbers between different database columns

I have 2 databases that look like the following:

Table 1:

Task | Points
T1 | 5
T2 | 5
T3 | 10

Table 2:

Name | Total Points
A | 200
B | 50
C | 10

Every time a task is performed in Table 1, I want the number of points to be added to the total points of ONLY row A in Table 2.

1 Answer

0vote

polle Points79040

You need to do it using relations, rollups and formulas.

Relate both databases, create a rollup for the points in table 2 using SUM and then a formula property that does the math you need, a simple + for the 2 points columns.

With that when you relate a task to an item from table 2, it will add the points and sum them to give you the total, then the formula will SUM that total to the points in table 2.

Please log in or register to answer this question.

...

Welcome to Notion Answers, where you can ask questions and receive answers from other members of the community.

Please share to grow the Notion Community!

Connect