Howdy. You have chosen the correct event. Just include an intersection between Target and your specific cell. For example, assume your cell is P2, then you could use something like this.
Code:
Dim rng As Range
' Target is a range::therefore,it can be more than one cell
Set rng = Intersect(Target, Range("P2"))