I know copying the formula have been posted here lots of times, but they're always copying below, I need one that copies to the top
table is like this
A1-label B1-label C1-label
A2-data B2-data C2-formula(B2)
A3-data B3-data C3-formula(B3)
A4-data B4-data C4-formula(B4)
now, the problem is i want to add on top so latest data is only on top, once i insert it becomes like this
table is like this
A1-label B1-label C1-label
A2-blank B2-blank C2-blank
A3-data B3-data C3-formula(B3)
A4-data B4-data C4-formula(B4)
A5-data B5-data C5-formula(B5)
Now I want to C2 to have the formula and the rest will adjust.
? = current row
C? formula points to B? so once i create the formula, everything below has to move too
table is like this
A1-label B1-label C1-label
A2-data B2-data C2-formula(B2)
A3-data B3-data C3-formula(B3)
A4-data B4-data C4-formula(B4)
now, the problem is i want to add on top so latest data is only on top, once i insert it becomes like this
table is like this
A1-label B1-label C1-label
A2-blank B2-blank C2-blank
A3-data B3-data C3-formula(B3)
A4-data B4-data C4-formula(B4)
A5-data B5-data C5-formula(B5)
Now I want to C2 to have the formula and the rest will adjust.
? = current row
C? formula points to B? so once i create the formula, everything below has to move too