Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have an input worksheet that totals to a category. I then have a seperate
worksheet for each category according to Month and Year. I want the value of the category from the input worksheet to go the proper cell in its Month and Year. I know how to get the values there but I want it to adjust each time I change the input cell. Ditto between different workbooks. |
#2
![]() |
|||
|
|||
![]()
Have you considered using a filter, then you would only have
to maintain a single worksheet. http://www.contextures.com/tiptech.html --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "kat2005" wrote ... I have an input worksheet that totals to a category. I then have a seperate <separate worksheet for each category according to Month and Year. I want the value of the category from the input worksheet to go the proper cell in its Month and Year. I know how to get the values there but I want it to adjust each time I change the input cell. Ditto between different workbooks. |
#3
![]() |
|||
|
|||
![]()
If your two worksheets are in the same workbook, it should work
automatically. For example, if in your "summary" worksheet in the cell for January, 2005, it says something like =sheet1!E5, then every time the value in sheet 1 cell E5 changes, then the summary worksheet would automatically update. If you've done it some other way (copy and paste maybe) and the formula above is not there, then you need to redo it. If you are using two separate workbooks, then you'll get a message when you open the summary worksheet that asks if you want to open and update the links. You would say yes. "kat2005" wrote: I have an input worksheet that totals to a category. I then have a seperate worksheet for each category according to Month and Year. I want the value of the category from the input worksheet to go the proper cell in its Month and Year. I know how to get the values there but I want it to adjust each time I change the input cell. Ditto between different workbooks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HOW DO I SUM TWO CELLS FROM ONE WORKBOOK TO ANOTHER WORKBOOK? | Excel Worksheet Functions | |||
How copy cell workbook to workbook? | Excel Discussion (Misc queries) | |||
Wildcards in other workbook cell refrence? | Excel Worksheet Functions | |||
change a function in a workbook without changing every cell | Excel Worksheet Functions | |||
linking cell value in one workbook to a cell in another workbook | Links and Linking in Excel |