Forum Discussion
Excel for Dummies...namely me...LOL
Hello all and thank you in advance for your help.
I have an excel form that has multiple page/tabs with the same information on each tab. How do I create a formula that will allow me to link those fields so that if information is corrected on either page it automictically updates on the others.
5 Replies
- mathetesSilver Contributor
To supplement what Abiola1 said, if you could upload your workbook (after rendering any personal or confidential data anonymous), we could make more specific suggestions. Abiola1 is totally correct that good practice almost always is toward having your data organized in the form of an Excel table (single rows per entity), so that you can take advantage of the many functions and capabilities (Pivot Table being one of them) to create creative and helpful output reports, summaries...
The mistake that is so easy to make is to organize your data as you want to see it, rather than as a database or table...when you do that, you encounter the kind of situation that you are seeing: how do you change something on each screen?
Another thought, if there's some compelling reason to for which you have to maintain your current organization, a way to make a change one place and have it cascade through multiple references (whether on one sheet or many) is to use a named range. (Under Insert....Name....Define....). For example, if you have a Sales Tax field (it could be anything) instead of having that field on each sheet, have a place where what are essentially constants (changing once in a while, but generally stable), enter 0.0875 into a field, and then name the range SalesTax. From then on, just refer to that name in any formulas.
Anyway, if you could upload a sample of your workbook, we can be more specific in recommendations.
- Hello,
Instead of having multiple sheet tabs, the good practice is to put all the information into a single sheet. Then,you can use PivotTavble to analyze the data or SUMIFS function depending on what you're trying to achieve.- JamesB62Copper ContributorAbiola1,
Thank you for replying. I looked around for "PivotTable" and could not find it. But that's my problem. I don't have enough experience working with Excel. I do know it is possible too enter information say on the first tab and have that information show up on multiple tabs. I've seen it on a excel form I just don't know how to recreate it.
For ex: site name is at the top of the form in cell A7 on different tabs. I want to change it on tab 1 so any information I add or change in that cell also changes on the other tabs A7.
Hope that helps you help me....LOL.- In addition to what experienced mathetes posited, you can use shortcut key ALT + NV to create PivotTable
PivotTable in located left-most of the Insert tab.