Hi,

I have a And function but it is not in correct Logic so plz Help
And (wsh1.Range("M" & l2).Value) > (wsh1.Range("Y" & l2).Value) Or (wsh1.Range("M" & l2).Value) < (wsh1.Range("Y" & l2).Value)

Logic is M > Y Or M < Y

Thnx for the Help