Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 automatically in Excel? Example: Header Columns: Name | Age | Address | Account Number | etc etc Need: Header Columns: Name_1|Name_2|Name_3|Name_4|Age_1|Age_2|Age_3|Age_ 4| etc etc.... Can this be done automatically? Many thanks for your help |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 "Dina" wrote: 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 automatically in Excel? Example: Header Columns: Name | Age | Address | Account Number | etc etc Need: Header Columns: Name_1|Name_2|Name_3|Name_4|Age_1|Age_2|Age_3|Age_ 4| etc etc.... Can this be done automatically? Many thanks for your help |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Ben! I guess I should've posted under 'new users' :)
"Ben McBen" wrote: 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 "Dina" wrote: 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 automatically in Excel? Example: Header Columns: Name | Age | Address | Account Number | etc etc Need: Header Columns: Name_1|Name_2|Name_3|Name_4|Age_1|Age_2|Age_3|Age_ 4| etc etc.... Can this be done automatically? Many thanks for your help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating Entries Automatically from Variables | Excel Discussion (Misc queries) | |||
automatically updating graphs based upon conditional variables | Charts and Charting in Excel | |||
Automatically duplicate and sort data into seperate w.sheet | Excel Discussion (Misc queries) | |||
DELETE DUPLICATE DATA IN A SHEET AUTOMATICALLY | Excel Discussion (Misc queries) | |||
How can I automatically remove duplicate data within a column? | Excel Discussion (Misc queries) |