Hi,
I have an access table that includes fulfillment dates/time related to orders. I would like to calculate the exact elapsed hours between two dates excluding weekends. is there anyway to achieve such calculation ?
Please let me know.
Your assistance is appreciated.
Thanks,
Ben
I have an access table that includes fulfillment dates/time related to orders. I would like to calculate the exact elapsed hours between two dates excluding weekends. is there anyway to achieve such calculation ?
Please let me know.
StartDate | EndDate |
06/13/2020 19:12:08 | 06/14/2020 15:12:08 |
06/12/2020 11:47:46 | 06/15/2020 09:47:46 |
06/11/2020 00:00:00 | 06/16/2020 23:59:59 |
06/11/2020 02:12:08 | 06/11/2020 19:12:08 |
06/14/2020 00:12:08 | 06/15/2020 19:12:08 |
06/12/2020 00:12:08 | 06/13/2020 19:12:08 |
Your assistance is appreciated.
Thanks,
Ben
Last edited: