Filling cells

S

Stumped

Hello All,

I am trying to change how Excel automatically fills in a series. Currently,
it fills by keeping the cell number static and going up the alphabet. How
would I get it to keep the alpha static and *decrease* as it moves to the
right?
 
F

FSt1

hi
step value = 1 makes it increase
step value = -1 makes it decrease

regards
FSt1
 
S

Stumped

I guess I am still stumped. Instead of fill doing A1, B1, C1, D1....How would
I get it to fill A10, A9, A8, A7, A6.....
 
Top