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
- Is there a way to view the wordcount of an entire workspace, including all sub-pages and tables etc?
- It is there any way can link content block to database's cell? or sync statistics like column's sum to a block?
- Can you count how many times a date property is updated with a formula?
- is there a way to calculate (use a formula) for the Title property
- Is it possible to return the name of every day within a time range via formula?
Exclusive for Notion Answers Users
- • Dynamic Calendar Icon | Info | Download
- Add yours here
Without Answer
-
- 23
- 0
- 7 hours ago
-
- 26
- 1
- 2 days ago
-
- 57
- 1
- Jul 29
-
- 55
- 0
- Jul 23
-
- 83
- 1
- Jul 15
-
- 136
- 2
- Jun 27
-
- 264
- 1
- Jun 9
-
- 344
- 0
- May 30
- see all
Recent Activities
BillT asked 7 hours ago
How to use the same filter variable multiple link…JessJVW commented 13 hours ago
How can I duplicate table from 1 page to another a…JessJVW answered 16 hours ago
I can embed a web page in Notion, but the URL para…JessJVW answered 16 hours ago
How can I duplicate table from 1 page to another a…abc123 asked 2 days ago
How to ensure that block are unique when appending…
Latest Answers
JessJVW answered
Hi There wfinzer, If I'm understanding right,
0JessJVW answered
### Is this what you're looking for? [Notion Ho
0Latest Comments
All Users New Users
...