Hello!
I have cyrrently faced the below stated obstacles. In order to check the actual delay in the sheet below accurately, I decided to consolidate both dates and times into one sheet with the formula: =CONCATENATE(TEXT(M10;"mm/dd/yyyy")&" ; "&TEXT(N10;"hh:mm:ss")). Now I would like to find the difference between the earliest start date and the actual start time in days, hours, minutes, however due to the formating i suppose the simple formula =A1-B1 wouldnt work. Moreover, i tried the one that you can see in the sheet below and I also tried this one:=INT(C5-B5)&" days "&TEXT(C5-B5,"h"" hrs ""m"" mins """) but still turned out to be impossible... Could you maybe give any suggestions or point out at something that i have missed in the sheet below because honestly I dont know why it keeps not happening!
Thank you in advance!
I have cyrrently faced the below stated obstacles. In order to check the actual delay in the sheet below accurately, I decided to consolidate both dates and times into one sheet with the formula: =CONCATENATE(TEXT(M10;"mm/dd/yyyy")&" ; "&TEXT(N10;"hh:mm:ss")). Now I would like to find the difference between the earliest start date and the actual start time in days, hours, minutes, however due to the formating i suppose the simple formula =A1-B1 wouldnt work. Moreover, i tried the one that you can see in the sheet below and I also tried this one:=INT(C5-B5)&" days "&TEXT(C5-B5,"h"" hrs ""m"" mins """) but still turned out to be impossible... Could you maybe give any suggestions or point out at something that i have missed in the sheet below because honestly I dont know why it keeps not happening!
Thank you in advance!
Cell Formulas | ||
---|---|---|
Range | Formula | |
O2:O15 | O2 | =IF(G2=P2,FALSE,TRUE) |
P2:P15 | P2 | =CONCATENATE(TEXT(M2,"mm/dd/yyyy")&" ; "&TEXT(N2,"hh:mm:ss")) |
V2:V15,S2:S15,J2:J15 | V2 | =CONCATENATE(TEXT(T2,"mm/dd/yyyy")&" ; "&TEXT(U2,"hh:mm:ss")) |
W2:W15 | W2 | =CONCATENATE(TEXT(K2,"mm/dd/yyyy")&" "&TEXT(L2,"hh:mm:ss")) |
X2:X15 | X2 | =TEXT([@[Earliest start]]-[@[Actual Start2]],"dd:hh:mm:ss") |
G2:G15 | G2 | =CONCATENATE(TEXT(E2,"mm/dd/yyyy")&" ; "&TEXT(F2,"hh:mm:ss")) |