Antonio557580
New Member
hello guys
I need a function that searches current time in to an interval and returns what ever line i want. if true, if false.
i made this but does not seem to work :/
in B3 we have =NOW() formated as h,mm
=IF(AND(B3>TIME(8,0,0),B3<TIME(20,0,0)),"tura zi","tura noapte")
only this one works:
on B4 we have a two digits number formated as general ... :/
=IF(AND(B4>8,B4<20),"tura zi","tura noapte")
thank you!
I need a function that searches current time in to an interval and returns what ever line i want. if true, if false.
i made this but does not seem to work :/
in B3 we have =NOW() formated as h,mm
=IF(AND(B3>TIME(8,0,0),B3<TIME(20,0,0)),"tura zi","tura noapte")
only this one works:
on B4 we have a two digits number formated as general ... :/
=IF(AND(B4>8,B4<20),"tura zi","tura noapte")
thank you!