If you know which cells you need to check, it can be like this:

Code:
If Range("a3").Value < 0 Then Range("b3").Value = Range("a3").Value