Hello All
So I have 2 column I am trying to calculate the work day differance.
Pch Final Insp live sc and Pch Final Insp baseline 115.
Problem I am having. If the dates are the same it shows a 1. I want it to show a 0. if the days are one day ahead or one day behind it shows a -2 or 2. It should show a -1 or 1.
Here is the formula I am using.
=NETWORKDAYS([PCH Final Insp Live Sc]@row, [PCH Final Insp Baseline 115]@row)
How do I get it to calculate correctly the way I want it to?
Thanks