Hi all,
Currently using:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Range("b12") = "UAN" Then Range("z12") = "Variable"
End Sub
But I need to modify so if B12 contained any other word other than "UAN", I need Z12 to display "Fixed".
I'm unable to get the syntax/code...