Thank you xld,

This does the trick. The only thing that still needs to be changed is how the results are listed. The results of formula 1, formula 2, and formula 3 is listed underneath each other, instead of next to each other. See results below:
Type Range StopIfTrue Formual1 Formual2
Expression $E$59:$P$59 TRUE =(NOW()>E$7)*(E59<=5)*(E59<>"")
Expression $E$59:$P$59 TRUE =(NOW()>E$7)*(E59>=8)*(E59<>"")
Expression $E$59:$P$59 TRUE =(NOW()>E$7)*(E59>$D59)*(E59<>"")
Expression $E$60:$P$60 TRUE =(NOW()>E$7)*(E60<=3)*(E60<>"")
Expression $E$60:$P$60 TRUE =(NOW()>E$7)*(E60>=7)*(E60<>"")
Expression $E$60:$P$60 TRUE =(NOW()>E$7)*(E60>$D60)*(E60<>"")

Thank you very much, this is awesome!
Regards,
vanhunk