So that the Notion word count will always show on the page as one of the properties, without the need to check with the dots in the top right corner
Does any formula have this effect?
Connect
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
2 Answers
The formula to make it work in a database is possible with Properties but not text on the page.
length(prop("thePropYouWant") will give you a letter count for a Property. But if you want to count words, you can count the spaces. For example :
if(length(prop("Name")) > 0, length(replaceAll(prop("Name"), "[^ ]", "")) + 1, 0)
which uses every occurence of space
Related questions
- How to check for word count in columns of Notion Database? Formula found here not working
- Is there a way to view the wordcount of an entire workspace, including all sub-pages and tables etc?
- Syntax error in table formula for word count
- It is there any way can link content block to database's cell? or sync statistics like column's sum to a block?
- Is there any thorough documentation of the formula properties and values?
Without Answer
-
- 51
- 1
- Jan 6
-
- 53
- 1
- Dec 30, 2024
-
- 67
- 1
- Dec 30, 2024
-
- 94
- 1
- Dec 20, 2024
-
- 248
- 0
- Dec 6, 2024
-
- 161
- 1
- Nov 7, 2024
-
- 208
- 0
- Nov 5, 2024
-
- 297
- 1
- Sep 4, 2024
- see all
Exclusive for Notion Answers Users
- • Dynamic Calendar Icon | Info | Download
- Add yours here
Recent Activities
amandabee answered 4 days ago
Forwarding Messages to Notionnotionhq selected an answer 6 days ago
Search not showing all resultsMelBorp asked 6 days ago
Jira sync is not showing people properties of coll…notionhq selected an answer Jan 4
How can I reorder the columns in a Kanban board?notionhq selected an answer Jan 4
How can I filter a DB view by a property of the pa…
...