Column

  • Thread starter Thread starter Alan
  • Start date Start date
A

Alan

Apologies if there is a really obvious answer to this but it is driving me
mad! When you use the column() function you get the number of the column
(i.e. column (E) = 5; is there a way I can get the actual column (i.e. 'E')?

Many thanks,

Alan.
 
Hope someone give you a shorter formula but her is my offering
=MID(ADDRESS(ROW(),COLUMN(),2),1,FIND("$",ADDRESS(ROW(),COLUMN(),2))-1)
best wishes
 
Back
Top