Skip to main content
Question

Rollup only including first value and omitting the rest


Forum|alt.badge.img+2
  • New Participant
  • 4 replies

I have a table where you can chose a proposal number and in another column you can add an amount. In another table (linked to the first one) I want to be able to chose a specific proposal number and sum all the amounts related to that specific proposal number.

 

In the second table I have a rollup but it only includes the first amount associated to the proposal number. For example if a specific proposal has 4 entries (same proposal number but 4 different amounts on 4 rows) it only includes the first amount and omits the rest.

 

Any thoughts on why this is?

 

Thanks!

10 replies

Forum|alt.badge.img+4
  • Participating Frequently
  • 17 replies
  • April 15, 2025

It sounds like the rollup is only pulling one amount because your link between the two tables is not set up to allow multiple records. That means Airtable sees just one row instead of all the rows with the same proposal number.

To fix this, make sure:

  • The link field in your first table connects all matching rows to the second table.

  • Then your rollup will be able to see all the amounts and sum them correctly.

If it still feels tricky, I’d be happy to take a quick look or guide you through it step-by-step!

👉 Feel free to reach out!


Forum|alt.badge.img+2
  • Author
  • New Participant
  • 4 replies
  • April 15, 2025

Thanks for your quick reply.

 

To connect all matching rows, does that mean that the link column in the table where the rollup is should have “Allow linking to multiple records” activated (it is activated), or do I have to do something else to connect to all matching rows?

 

Thanks again!


Mike_AutomaticN
Forum|alt.badge.img+23

Hey ​@AlexF!

Would you mind sharing a screenshot of your setup?
The answer above seems about right. However, we would need further information on how you are currently linking your “amounts” records to each proposal. Is this currently done manually? Is it done automatically via a form?

Mike, Consultant @ Automatic Nation 


Forum|alt.badge.img+2
  • Author
  • New Participant
  • 4 replies
  • April 15, 2025

It is done manually. Ideally it would be great to set up an automation whereby when a new proposal is created, the amounts are automatically rolled up in the linked table, but that is for later!!

 

This table is where the proposals are populated with amounts (proposal numbers are generated in another table linked to this one).

 

This is the table with the rollup. It is showing 4000 in the rollup but should be taking into account the 3 entries for this proposal number.

 

Thanks!


TheTimeSavingCo
Forum|alt.badge.img+28

Hmm, if the two tables are linked via the proposal ID then it should work just fine and I’ve set it up here for you to check out

  •  

     


Is your second screenshot from the table ‘Presupuestos’?  If not, could you try creating a rollup field there to see whether that shows what you want?


Forum|alt.badge.img+2
  • Author
  • New Participant
  • 4 replies
  • April 15, 2025

Hi,

The first table is called Ppto. Entradas and the second one is Presupuestos totales.

 

In Ppto. Entradas, you can chose a proposal number (generated in another table and linked to Ppto. Entradas) and add in values.

 

Presupuestos totales is linked to Ppto. Entradas and the rollup is in Presupuestos totales. What I am trying to do is sum all the values by proposal number.

 

I tried doing the rollup (same thing- sum all values by proposal number) in the table where the proposal numbers are generated and the rollup works fine there. I can always do the calculations in this table and remove the Presupuestos totales.


TheTimeSavingCo
Forum|alt.badge.img+28

Hmm, roger that.  Any chance you could provide a read-only link to a base where you’ve deleted all of your live data and created some example data? 


Forum|alt.badge.img+2
  • Author
  • New Participant
  • 4 replies
  • April 16, 2025

I don’t have a problem sharing the read only link...but how do I do that? I am new to airtable 😬


TheTimeSavingCo
Forum|alt.badge.img+28

Here:

  •  

 

Do make sure you’re doing this on a duplicated base with no live data on it though

 


Alexey_Gusev
Forum|alt.badge.img+23

Hi
There is something unclear with your config.
The link should display the name of a linked record. So, in your case where does a value coming from?(red mark). It should display the value from ‘Name’ which is empty in your case (btw linking unnamed records is not a good idea).
Second, how much links you have in a cell marked green? It should contain links to all the records you want to participate in rollup.  

 

 


Reply