I am having a lot of trouble getting each cell in the first row of an Excel sheet labeled by its address. i.e I want: A1 B1 C1 D1 etc. to be the first row of my sheet.
I have tried the function =ADDRESS(1,2,4,1) but it does not work generically. When I copy the ADDRESS function from cell B1 to C1, rather than outputting C1 in cell C1 it outputs B1. Can someone please help me figure this out? I feel like it should be very simple but isn't.