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
So it would be like so
G
H
I
J
K
etc
Cheers
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