Cant be done, with a formula. How would you like to trigger this event?
So, if you enter a new value in any cell in col A, you want the corresponding cell in col C populated with the corresponding value from col B ?
Is that correct ?
Sorry, thats as clear as mud.
Sorry, thats as clear as mud.
If Target.Column = 3 And Target.Row < 11 Then
Target.Offset(0, -1).Value = Target.Value
End If
upon changing a value in c1:c10, copy that value to corresponding row in col B