Dragging a cell to increment the last letter or digit

craigwojo

Board Regular
Joined
Jan 7, 2005
Messages
248
Office Version
  1. 365
Platform
  1. Windows
Hi everyone,
I forgot how I was able to drag a cell and get the last letter or digit to incrementally follow the cells above each other.

If I input E24A in a cell (let's say G4) and drag the corner of the cell to make

E24A
E24B
E24C and so on...

Thank you all so much,
Craig
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
I can't drag it down to your liking either, but I have a formula for you that might help u

If cell G1 contains "E24A", then in G2 enter this formula and copy it as needed, and you can change it according to your wishes

Excel Formula:
=CONCAT("E24",CHAR(CODE(RIGHT(G1,1))+1))
 
Upvote 0
I can't drag it down to your liking either, but I have a formula for you that might help u

If cell G1 contains "E24A", then in G2 enter this formula and copy it as needed, and you can change it according to your wishes

Excel Formula:
=CONCAT("E24",CHAR(CODE(RIGHT(G1,1))+1))
How could I have the option of having, after "E24Z" the numbers would go to "E24AA, E24AB, etc.

Thank you and God bless,
Craig
 
Upvote 0
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
="E24"&SUBSTITUTE(ADDRESS(1,COLUMNS($A$1:A1),4),1,"")
Scott, I think the OP is dragging down, not across ..
incrementally follow the cells above each other.
.. so
Cell Formulas
RangeFormula
G4:G33,G701:G709G4="E24"&SUBSTITUTE(ADDRESS(1,ROWS(G$4:G4),4),1,"")
 
Upvote 0
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
The Office365 subscription
 
Upvote 0
The Office365 subscription
Please then update your Profile, as described in that link, so people will easily be able to see what version you are using.
 
Upvote 0

Forum statistics

Threads
1,215,072
Messages
6,122,968
Members
449,095
Latest member
Mr Hughes

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