S
Steve
Why wont my formula work?
=IF(AND(K90>1, K90<L90), "YES", "no")
In K90 I have the formula:
=IF(E90="","",IF($B$4="",TODAY()-E90,IF(E90>$B$4,"Other",$B$4-E90)))
Which displays a number.
In box L90 I have the formula:
=(Master!L90) which displays from a different sheet a number.
=IF(AND(K90>1, K90<L90), "YES", "no")
In K90 I have the formula:
=IF(E90="","",IF($B$4="",TODAY()-E90,IF(E90>$B$4,"Other",$B$4-E90)))
Which displays a number.
In box L90 I have the formula:
=(Master!L90) which displays from a different sheet a number.