Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
These are all in the same workbook???
If yes, create a worksheet named template (or whatever you want). Select all the sheets that you want to have the formula (click on the first and ctrl-click on the subsequent) (notice that excel placed [group] in the title bar) Then use a formula like this: =if('template'!a1="","",'template'!a1) and drag to the right. select one of the grouped sheets and right click on the tab and select ungroup sheets--or you'll be changing all those sheets with each update. Tiffany wrote: I have 14 separate spreadhseets .. to log data.. they have the same headings and a second tab with information that is the same for each. I want to link the headings and the second worksheet (tab) to a "template" spreadsheet so that when changes are made to the template.. all 14 spreadsheets are updated. What is the easiest way to do this?? Thanks so much! Tiffany -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I change the headings from A1 A2 etc to show my headings? | Excel Discussion (Misc queries) | |||
Worksheet has numeric column headings. Change to alpha headings? | Excel Discussion (Misc queries) | |||
Column headings to numbers and row headings to alphabets? | Excel Discussion (Misc queries) | |||
if i sort cell that has link to another page how to keep link | Excel Discussion (Misc queries) | |||
Can I invert a table so row headings are now column headings etc | Excel Worksheet Functions |