Calculate Duration

I'm new to Smartsheet, and I need help calculating the duration of a project based on estimated start date and estimated completion date. I tried the formula below but it didn't work.

=NETWORKDAYS([Due Date]@row,[Date Completed]@row

Best Answers

  • Kelly Moore
    Kelly Moore ✭✭✭✭✭✭
    edited 03/12/21 Answer ✓
  • Kelly Moore
    Kelly Moore ✭✭✭✭✭✭
    Answer ✓

    @Silvana Luna

    Please make sure the column names in the formula exactly match your column names. It appears they do not. This will also produce an Unparseable error

  • Sam M.
    Sam M. ✭✭✭✭✭
    Answer ✓

    Yes, as KDM says, you have different names on the column types.

    You have this:

    =NETWORKDAYS([Expected Start Date]@row,[Expected End Date Completed]@row)

    And it would be:

    =NETWORKDAYS([Expected Start Date]@row,[Expected End Date]@row)

  • Kelly Moore
    Kelly Moore ✭✭✭✭✭✭
    Answer ✓

    You're welcome. As you build formulas, note the colors of your column names. If ALL of them within the formula are valid, the column names will be colored. If ANY of them are incorrect, none of the names will be colored. The parentheses are another indication. When you have the correct number of parentheses the last one should be blue. This does not necessarily mean they are positioned correctly, but the count of them is correct.

    Thanks for contributing to the community. We all learn from both the questions asked and the questions answered.

    cheers

    Kelly

Answers