P
paulrm906
Hello everyone
=IF(H180<>0;E180-$J$1;0)
H180 = empty cell with a formula in it.
E180 = the date a person was interviewed.
$J$1 = =()NOW
In the above formula H180 is an empty cell with a formula in it (whic
will later have their actual starting date in it) and E180 is the dat
a new staff member should commence work and J1 is equal to =()now. S
now I want to write a formula simular to the above formula or anothe
formula that does the job in cell J180 and what I want it to do in cel
J180 is tell me how many days until their starting date. and to do thi
I need to subtract E180 (starting date) from J1 (=()now. plus I onl
want an answer in cell J180 if they have not started and once I ente
the date in E180 then I just want it left blank. I hope I have no
confused everyone with this as I got totally confused writing it.
Thanks
Paul Maynard:
=IF(H180<>0;E180-$J$1;0)
H180 = empty cell with a formula in it.
E180 = the date a person was interviewed.
$J$1 = =()NOW
In the above formula H180 is an empty cell with a formula in it (whic
will later have their actual starting date in it) and E180 is the dat
a new staff member should commence work and J1 is equal to =()now. S
now I want to write a formula simular to the above formula or anothe
formula that does the job in cell J180 and what I want it to do in cel
J180 is tell me how many days until their starting date. and to do thi
I need to subtract E180 (starting date) from J1 (=()now. plus I onl
want an answer in cell J180 if they have not started and once I ente
the date in E180 then I just want it left blank. I hope I have no
confused everyone with this as I got totally confused writing it.
Thanks
Paul Maynard: