🌱 Count formula in Notion
Replace Tags
with the exact name of the Property you need to count (in both places)
if(length(prop("Tags")) > 0, length(replaceAll(prop("Tags"), "[^,]", "")) + 1, 0)
Replace Tags
with the exact name of the Property you need to count (in both places)
if(length(prop("Tags")) > 0, length(replaceAll(prop("Tags"), "[^,]", "")) + 1, 0)