SOLVED
Word count
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
cb2loac
6 - Meteoroid
‎06-22-2016
08:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I have a table like this
Client Text
1 I like the product a lot
2 The product is expensive
... ....
Now, I want to count the number of words for each row. So, I want to produce a new column like that:
Client Text Wordcount
1 I like the product a lot 6
2 The product is expensive 4
... ....
Any idea how to do this?
Thanks a lot,
Best,
cb2loac
Solved! Go to Solution.
Labels:
- Labels:
- Tips and Tricks
- Workflow
3 REPLIES 3
dataMack
12 - Quasar
‎06-22-2016
08:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
In a formula tool use the CountWords(String) function. It would look like CountWords([Text]) and you tell it to make that a numeric column called Wordcount
‎06-22-2016
08:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Nice! It works!
Thx!
anthonyw
8 - Asteroid
‎02-13-2023
11:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks
