Simple autofill question

EmilyM

New Member
Joined
Mar 19, 2010
Messages
32
Hello -

I am using Excel 2007, and I am trying to autofill for a column of numbers with a letter, but I can't find a way to do it. For example if I have

62A
63A
64A

I want to be able to use autofill to fill the next cells in with

65A
66A

Etc. But it just repeats the cells that I am dragging down. Does anyone have a workaround for this?

Thanks in advance for your help!
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
try this
Excel Workbook
A
162A
263A
364A
465A
566A
667A
768A
869A
Sheet1
Excel 2003
Cell Formulas
RangeFormula
A4=ROW(A65)&"A"
A5=ROW(A66)&"A"
A6=ROW(A67)&"A"
A7=ROW(A68)&"A"
A8=ROW(A69)&"A"
 
Upvote 0
the row formula returns the number inside the ()

so if you have row(A2) it would return 2

edit:
and by using that formula when you copy it down it increments the Row
 
Upvote 0

Forum statistics

Threads
1,224,574
Messages
6,179,628
Members
452,933
Latest member
patv

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top