Due to beginner for VBA, I am in a difficult to find this codes. I need to create 'Command Button' to insert formula according to current cell location. example: I have these cells that has data C3, C5, C10 so as you can see the C4, C6, C7, C8, C9, C11, C12, C13 has no data so here is the thing that the result I want.
So for C4 I wanted to get the data in C3
in C6, C7, C8, C9 I wanted to get the data in C5
in C11, C12, C13 I wanted to get the data for C10.