Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
what formula can i use to copy info in one cell of excell2003 to another cell
on a different sheet |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sheets("From Sheet").Range("A1:C20").Copy Sheets("To Sheet").Range("A1")
(or you can use the sheet index number instead of the name) Glen "lilrob" wrote in message ... what formula can i use to copy info in one cell of excell2003 to another cell on a different sheet |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On sheet2 in a cell.....
Enter =Sheet1!A1 When Sheet1 A1 is changed, the value in sheet2 will update. On Tue, 16 Nov 2004 14:49:38 -0800, lilrob wrote: what formula can i use to copy info in one cell of excell2003 to another cell on a different sheet |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help Taking alot data from one sheet (if not blank) and copying toa list on another sheet. | Excel Worksheet Functions | |||
copying only selected data from Sheet 1 to Sheet 2 | Excel Worksheet Functions | |||
Copying the repeated data of the previous sheet to the next sheet | Excel Discussion (Misc queries) | |||
Copying Data from one sheet to another sheet on a specific day | Excel Worksheet Functions | |||
2 questions, copying data from sheet to sheet and assigning macro | Excel Worksheet Functions |