
Sorry, I asked to a very Excel beginner (schoolboy around 13 years old !)its working... but two little requirement.
=IF(DAY($E2)=H$1,"IN",IF(DAY($G2)=H$1,"Out",IF(DAY($F2)=H$1,"Ready",IF(COLUMN()<9,"",IF(G2<>"Out",G2,"")))))
1] I modified range H1:AL1 into actual date setting instead of number.
2] H2, formula copy across and down :
=TEXT(0&(($E2<=H$1)*(IF($G2="",TODAY(),$G2)>=H$1)+IF($F2<>"",($F2<=H$1)*(IF($G2="",TODAY(),$G2)>=H$1),0)+($G2=H$1)-1),"[=2]\O\u\t;[=1]\R\e\a\d\y;\I\n;")
Regards
Bosco
Sorry, I asked to a very Excel beginner (schoolboy around 13 years old !)
as a trainning, a formula you should achieve yourself, just try !
So burning a couple of neurones, I thinked about your need for at least
a couple of seconds and less than 10 seconds after this new H2 formula :
Code:=IF(DAY($E2)=H$1,"IN",IF(DAY($G2)=H$1,"Out",IF(DAY($F2)=H$1,"Ready",IF(COLUMN()<9,"",IF(G2<>"Out",G2,"")))))
Hello Bosco1] I modified range H1:AL1 into actual date setting instead of number.
2] H2, formula copy across and down :
=TEXT(0&(($E2<=H$1)*(IF($G2="",TODAY(),$G2)>=H$1)+IF($F2<>"",($F2<=H$1)*(IF($G2="",TODAY(),$G2)>=H$1),0)+($G2=H$1)-1),"[=2]\O\u\t;[=1]\R\e\a\d\y;\I\n;")
Regards
Bosco