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),[""])