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
-
- 30
- 0
- 20 hours ago
-
- 88
- 0
- 5 days ago
-
- 101
- 0
- Sep 4
-
- 91
- 1
- Aug 29
-
- 72
- 1
- Aug 26
-
- 379
- 1
- Jul 4
-
- 598
- 1
- May 14
-
- 456
- 1
- May 9
- see all
Exclusive for Notion Answers Users
- • Dynamic Calendar Icon | Info | Download
- Add yours here
Recent Activities
carlote asked 19 hours ago
I have a block with writing "No Access". Unable t…notionhq selected an answer 3 days ago
Fatal error during installationgoatqueen asked 5 days ago
Filter & calculate attendance every yearnotionhq selected an answer 5 days ago
How I can auto fill a data base with consecutive n…polle commented Sep 9
Need help with a time formula
...