Amending formula that returns letter of said row that increases column by 1 when copied down

jack109

Board Regular
Joined
May 10, 2020
Messages
83
Office Version
  1. 365
Platform
  1. Windows
Hi

I have this formula that returns the letter of the column, I'm trying to edit it so that when copied down the "letter/column reference" increase by 1

Excel Formula:
=SUBSTITUTE(ADDRESS(1,COLUMN(G6),4),"1","")

So it would be like so

G
H
I
J
K

etc

Cheers
 
Suppose the first formula is in D4 then you could use
Excel Formula:
=TEXTBEFORE(ADDRESS(1,COLUMN(G4)+ROWS(D$4:D4)-1,2),"$")

Or if you knew that you wanted say 10 of them
Excel Formula:
=TEXTBEFORE(ADDRESS(1,COLUMN(G4)+SEQUENCE(10)-1,2),"$")

However, I am wondering what you want this for? What comes next? It may well be that there is a better approach.
 
Upvote 0

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