I'm trying to write a formula that says,
if cell containing at date and time in the format of 10/02/2017 13:38 is 2 hours after another cell with a different date and time in the format of 10/02/2017 14:45 then display a 1 otherwise display 0
Any ideas?
Also once I have done this, id like the be able to sum up all the 1s. For some reason sum and count is being back 0 in all instances.