Get 40%-off all premium templates.
Discount auto-applied at checkout.
Limited availability.
Notion formulas now have a count operator! The count()
function accepts a list argument and returns the number of elements in that list. When you provide a condition as a second argument, count()
will return the number of elements that match that condition.
This simplifies your formulas—instead of combining filter()
and length()
to count entries, you can now do it in a single step.