Hello,
How can I write the formulas which work in Excel below?
Cell# Cell Name
O1 SP Date
R1 End Mission Date
A1 Today
S1 Date at Silopi
Q1 Mission Days
P1 Fixed Days
T1 Add. Demurrage Days
U1 Demurrage Days
1- Excel : If(O1=0;0;If(R1=0;A1-O1;R1-O1))
Access : ?
2- Excel : If(S1-R1>1;1;0)
Access : ?
3- Excel : If(R1=0;"Still in Mission";Q1-P1+T1)
Access :?
4- Excel : If(R1=0;1050;U1*85)
Access : ?
5- Excel : If(R1=0;"Still in Mission";"Done")
Access : ?
If you help me about that, I will be thankful.
How can I write the formulas which work in Excel below?
Cell# Cell Name
O1 SP Date
R1 End Mission Date
A1 Today
S1 Date at Silopi
Q1 Mission Days
P1 Fixed Days
T1 Add. Demurrage Days
U1 Demurrage Days
1- Excel : If(O1=0;0;If(R1=0;A1-O1;R1-O1))
Access : ?
2- Excel : If(S1-R1>1;1;0)
Access : ?
3- Excel : If(R1=0;"Still in Mission";Q1-P1+T1)
Access :?
4- Excel : If(R1=0;1050;U1*85)
Access : ?
5- Excel : If(R1=0;"Still in Mission";"Done")
Access : ?
If you help me about that, I will be thankful.
