PP3321 Active Member Jul 23, 2016 #1 I want to increment by Column Letters using Autofill Handle. =A$2 =B$2 =C$2 Can anyone please tell me how to achieve this?
I want to increment by Column Letters using Autofill Handle. =A$2 =B$2 =C$2 Can anyone please tell me how to achieve this?
B bosco_yip Excel Ninja Jul 23, 2016 #2 Try........ A2 =1 B2 =2 C2 =3 In A4, copy down : =OFFSET(A$2,0,ROWS($1:1)-1) Regards
xlstime Active Member Jul 23, 2016 #4 Hey PP, try Address function to achieve this =ADDRESS(1,ROW(),2) PP3321 said: I want to increment by Column Letters using Autofill Handle. =A$2 =B$2 =C$2 Can anyone please tell me how to achieve this? View attachment 33035 Click to expand...
Hey PP, try Address function to achieve this =ADDRESS(1,ROW(),2) PP3321 said: I want to increment by Column Letters using Autofill Handle. =A$2 =B$2 =C$2 Can anyone please tell me how to achieve this? View attachment 33035 Click to expand...
xlstime Active Member Jul 23, 2016 #6 You can use INDIRECT function with this PP3321 said: Thank you! Click to expand...