I'm trying to figure out a working day calculation between multiple days. But I'm running into issues because some fields report null and removing data because not all fields are populated.
Below is an example of some data I have.
Shipment # | Received Date | Ship Date |
1 | 1/5/2017 | 5/15/2018 |
2 | 7/10/2018 | |
3 | 5/6/2017 | 6/23/2018 |
4 | 9/18/2017 |
Solved! Go to Solution.
Hi @Inactive User
I'm in the United States, hoping to be able to calculate working day's. I've be able to get the difference in days like you attached but unsure how to calculate the working days. It seems to remove some values when I do the calculation.
I've tried using the generate rows tool. But somehow it seems to be removing rows when I input my conditions. I've attached the generate row configuration I'm using.