Networkdays with If

Options

I am trying to run the networkdays formula based off a certain status. So what I am trying to accomplish is if the position status shows filled, how long did it take to fill? Here is the formula I am trying and I get the Unparseable error.


=IF([Position Status]@row='Filled',NETWORKDAYS([Submitted to HM]@row, [Overall Position Status Date]@row),[""])

Best Answer

  • Sandhiya07
    Sandhiya07 ✭✭
    Answer ✓
    Options

    Hi @mbonner517 ,

    Hope you are good and Safe!

    Could you please remove the last Square brackets from that formula and use like this,

    =IF([Position Status]@row='Filled', NETWORKDAYS([Submitted to HM]@row, [Overall Position Status Date]@row),"")


    Thanks,

    Sandhiya P

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!