Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want the data in a cell on one worksheet to show in a cell on another
worksheet in the same workbook. How do I do this? Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In the cell where you want the data to show, enter = and while still in the
edit mode, change worksheets and click the cell that you want it to match and then press Enter and it will insert the required link for you. -- Regards, OssieMac "Anthony Blackburn" wrote: I want the data in a cell on one worksheet to show in a cell on another worksheet in the same workbook. How do I do this? Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Apr 5, 3:34*pm, Anthony Blackburn
wrote: I want the data in a cell on one worksheet to show in a cell on another worksheet in the same workbook. How do I do this? Thanks Hi Anthony, If one of the data cells will just be a 'visual display' of the other, then in the display cell, just type '=' then switch to the other sheet, select the cell and hit 'enter' If you want either cell to accept data entry, then you will have to run a Worksheet_Change event macro that looks at which cell you have changed; if you changed the 'hot' cell then the code can copy that value to the other sheet. You will also need the opposite version of the macro on the other sheet as well. Cheers, Ivan. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I display the current worksheet name in a cell? | Excel Worksheet Functions | |||
Cell display worksheet title | Excel Worksheet Functions | |||
Can a cell be linked to display the name of the worksheet tab? | Excel Worksheet Functions | |||
trying to find how to display worksheet name in cell | Excel Discussion (Misc queries) | |||
how do I display the name of a worksheet automatically in a cell? | Excel Discussion (Misc queries) |