Due date to today - number of working days

Hello, I have read the documentation on formulas and I think I get it but I cannot get this to work.

  • I have a date column (called “date received”)
  • I want to have a formula that calculates the difference between that and today based on working days.

Hi @Charlesknight ,

ROUND(WORKDAYS({Date Received},TODAY()),0)

I think this formula will accomplish what you are looking to do, let me know if you have any questions!

1 Like

Perfect! Thank you.

1 Like