Hi Community - it's been a while since I did this, and I can't remember for the life of me how to add / subtract hours from time.
Here is a draft of the VBA code I have to perform expression:
Private Sub Worksheet_Change(ByVal Target As Range)
If Target = Range("D6") Then
Target.Value =...