The Count field automatically counts the number of linked records from another table, giving you a simple, real-time summary of related data.
This guide covers what a Count field is, the prerequisites for adding a Count field, how to create and configure a Count field, how to sort and filter by the count, and the difference between a Count field and a Rollup field.
Learn more: Configure field types

A Count field works after you have set up a Link-to-table field. It looks at that link and displays a number representing how many records are linked to that specific row.
This field is read-only, meaning you cannot type in the number yourself. It’s an automatic calculation that updates every time you add or remove a record in the Link-to-table field.
You must have an existing Link-to-table field in your table before you can create a Count field.
+ to add a new field.The new read-only field will now be populated with the total count of linked records for each row.
Imagine you have two tables, you want to see the total number of orders each customer has placed, directly in your Customers table.
Customer Name and Email.Order ID and a Link-to-table field called [Link] Customer.Solution: In your Customers table, you would:
[Link] Customer field (which shows up in your Customers table as a link to Orders).The “Total Orders” field will now automatically display a number (e.g., “3”) for each customer, showing exactly how many orders they are linked to.
You can easily use a Count field to sort or filter your table. For example, you could:
They are very similar, but have one key difference:
If you only need to know “how many,” the Count field is the simplest and fastest option.
The Count field is read-only because it’s an automatic calculation, not a data entry field. The number in this field is a result of how many records are linked. To change the number, you must add or remove links in the associated Link-to-table field.
Yes. As soon as you add or remove a link in the Link-to-table field, the Count field will update in real-time to show the new total.
Still need help? If you’re looking for something else, please feel free to make recommendations or ask us questions; we’re ready to assist you.