Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am working on a project.
I want to create a document where I input all the info required on sheet 1 and this is automatically entered to the rest of the sheets, in specific cells. eg. call sheet 1 "info", here i input the clients name and this is automatically entered in the next few sheet but at specific location where this clients name is required. How do I do this? Thanks -- 786 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Suppose you enter Client Name in Cell A of Sheet "Info"
then put this anywhere you want to get the same Client Name =Info!A1 If there are spaces in the sheet name then use this ='Info Sheet'!A1 "Vashni" wrote: I am working on a project. I want to create a document where I input all the info required on sheet 1 and this is automatically entered to the rest of the sheets, in specific cells. eg. call sheet 1 "info", here i input the clients name and this is automatically entered in the next few sheet but at specific location where this clients name is required. How do I do this? Thanks -- 786 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Referrence the cells ,
Place =Sheet1!A1 into Sheet2 A1 and it will reference that cell. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can you search for common results in many wrksheets? | Excel Worksheet Functions |