Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I insert a column in sheet1 and then automatically have the same
column added into sheet 2 Columns in sheet 1 and sheet 2 will have the same name. I would like to add the column in-between C & D on sheet 1 and fill in a heading in cell in what will now be D2 and them have the same happen in Sheet 2 without having to go sheet 2 and repeating the process manually |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Group the two sheets and then apply the actions - they will occur on
both sheets. Then ungroup the sheets at the end. To group the sheets, select Sheet1, hold the CTRL key and click on the tab for Sheet2, then release CTRL. Now everything that you do in Sheet1 will be reflected in Sheet2, so you can insert a new column D and put a heading in D2 and this will be duplicated in the other sheet(s). To ungroup the sheets just right-click on one of the sheet tabs and select Ungroup Sheets from the drop-down. Hope this helps. Pete On Oct 3, 12:40*pm, Ken wrote: How do I insert a column in sheet1 and then automatically have the same column added into sheet 2 Columns in sheet 1 and sheet 2 will have the same name. I would like to add the column in-between C & D on sheet 1 and fill in a heading in cell in what will now be D2 and them have the same happen in Sheet 2 without having to go sheet 2 and repeating the process manually |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can click on sheet1's tab (to select it).
Then ctrl-click on sheet2's tab. You'll notice that both sheets are selected or grouped. In fact, excel tries to warn you that you have grouped sheets by putting [Group] in the title bar. Now you can insert the new column and add the header. But remember to ungroup the sheets when you're done (select a different sheet--or rightclick on either tab and choose Ungroup Sheets). Almost any change you make to any member of a grouped sheet will be made to the others. Very useful for what you describe--but very dangerous if you forget! ps. You may want to put a formula in the new D1 of sheet2: =if(sheet1!d1="","",sheet1!d1) Then you'll only have to type the header once. Ken wrote: How do I insert a column in sheet1 and then automatically have the same column added into sheet 2 Columns in sheet 1 and sheet 2 will have the same name. I would like to add the column in-between C & D on sheet 1 and fill in a heading in cell in what will now be D2 and them have the same happen in Sheet 2 without having to go sheet 2 and repeating the process manually -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Pete & Dave.
This is how I have been doing it. I was Hoping there was a different way. Thanks. "Dave Peterson" wrote: You can click on sheet1's tab (to select it). Then ctrl-click on sheet2's tab. You'll notice that both sheets are selected or grouped. In fact, excel tries to warn you that you have grouped sheets by putting [Group] in the title bar. Now you can insert the new column and add the header. But remember to ungroup the sheets when you're done (select a different sheet--or rightclick on either tab and choose Ungroup Sheets). Almost any change you make to any member of a grouped sheet will be made to the others. Very useful for what you describe--but very dangerous if you forget! ps. You may want to put a formula in the new D1 of sheet2: =if(sheet1!d1="","",sheet1!d1) Then you'll only have to type the header once. Ken wrote: How do I insert a column in âœsheet1â and then automatically have the same column added into âœsheet 2â Columns in âœsheet 1â and âœsheet 2â will have the same name. I would like to add the column in-between âœCâ & âœDâ on âœsheet 1 and fill in a heading in cell in what will now be âœD2â and them have the same happen in âœSheet 2â without having to go âœsheet 2â and repeating the process manually -- Dave Peterson |
#5
![]() |
|||
|
|||
![]()
That's it! You have now added a column in both sheets and added a heading in the same cell of both sheets without having to repeat the process manually.
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup across multiple columns within multiple sheets | Excel Discussion (Misc queries) | |||
deleting columns on multiple sheets | Excel Discussion (Misc queries) | |||
Insert Columns in multiple sheets | Excel Worksheet Functions | |||
Multiple Sheets and Columns | Excel Worksheet Functions | |||
Comparing multiple columns in two sheets | Excel Worksheet Functions |