Word Count/Page Count

I work as as a grant writer where knowing the word/page count is important. Is there a way to display the word count or page count from a Onedrive Word document in Monday? I found a formula that sort of works:

IF({Word Count}<=560,1,IF({Word Count}<=1120,2,IF({Word Count}<=1680,3)))

However, this requires me physically inputing each word/page count manually. I also use a online word counter to figure out how many words equals how many pages. Is there an easier way to do this?

Hi @Nicole.Niknak,

To achieve your goal, you may need to use external integrations. You can automate word and page counts from OneDrive Word documents directly into Monday.com using Make.com. The process would involve:

  1. Monitoring OneDrive for new or updated documents.
  2. Extracting Text from the document.
  3. Counting Words and Pages using Make.com’s built-in tools.
  4. Updating Monday.com, populating the relevant columns automatically.

This setup eliminates manual input and ensures real-time updates. If you have any questions or need additional guidance, feel free to Contact Creative Bits Today! We’d be glad to assist!

Best regards.

1 Like