Hi,
I have formula =TEXT(VLOOKUP(B47,'Paste'!$A:$E,2,FALSE),"HH:MM") in cell B2 and =TEXT(VLOOKUP(A47,'Eastern Time'!$A:$I,3,FALSE),"HH:MM") in cell C2 and =MINUTE(ABS(D47-C47))>1 in cell D2.
I expect cell D2 to return TRUE.
If I make a small change to the formula in D2 to =MINUTE(ABS(D47-C47)) it would result in 0. How could that be? What am I missing?
Thanks
Subject | Time 1 | Time 2 | Check Time |
Subject 1 | 04:00 | 03:00 | FALSE |
I have formula =TEXT(VLOOKUP(B47,'Paste'!$A:$E,2,FALSE),"HH:MM") in cell B2 and =TEXT(VLOOKUP(A47,'Eastern Time'!$A:$I,3,FALSE),"HH:MM") in cell C2 and =MINUTE(ABS(D47-C47))>1 in cell D2.
I expect cell D2 to return TRUE.
If I make a small change to the formula in D2 to =MINUTE(ABS(D47-C47)) it would result in 0. How could that be? What am I missing?
Thanks