In many ways!
1. Excel is pretty smart - If you enter "Name_1" and then drag the cell
handle over (fill) then it will realise thet 1 needs incrementing and do it
for you.
2. You could use functions:
= "Name_" & column()-2
Assumin your are in column C, when dragged accross it will increment
3. Macros - limitless posibilities
> I have a large number of variables (header columns) in excel that I need
> duplicated with additional versions (ex: 4) - is there a way to do so
[quoted text clipped - 10 lines]
>
> Many thanks for your help
Dina - 13 Jun 2007 16:41 GMT
Thanks Ben! I guess I should've posted under 'new users' :)
> In many ways!
> 1. Excel is pretty smart - If you enter "Name_1" and then drag the cell
[quoted text clipped - 23 lines]
> >
> > Many thanks for your help