View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Matt G[_2_] Matt G[_2_] is offline
external usenet poster
 
Posts: 14
Default Changing the incrementation when "puliing" cell values down a

That populates every other cell but the numbers still only increases by an
increment of one per cell populated a1=12 a3=13, etc. What I would like to
do is populate cell a1 with "10" and pull down and have a2 = "20" a3 = "30",
etc.

Is that possible?

"Sean Timmons" wrote:

in cell A2, type 12. Highlight A1 AND A2, drag down.

"Matt G" wrote:

I have a column formatted as text. In cell A1 i type "2". When I grab the
corner of the cell and "pull" down the cells below are populated increasing
by 1. Can I change the increment? I'd like it increase by a value of 10
each cell.