Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
New user question. I have several worksheets in one workbook. On worksheet
is called 'vehicles'. Ho do I get a total which is in a cell in my 'vehicles' worksheet to appear in my 'summary' worksheet? I used to enter ... vehicles:F22 ....in my last speadsheet software. How's it does in Excell? Hank |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
Try this: =vehicles!F22 Biff "Familyman" wrote in message news:1151284929.495626@ftpsrv1... New user question. I have several worksheets in one workbook. On worksheet is called 'vehicles'. Ho do I get a total which is in a cell in my 'vehicles' worksheet to appear in my 'summary' worksheet? I used to enter ... vehicles:F22 ...in my last speadsheet software. How's it does in Excell? Hank |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In your 'summary' worksheet,
the link formula would look like this in say, B2: =vehicles!F22 -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Familyman" wrote: New user question. I have several worksheets in one workbook. On worksheet is called 'vehicles'. Ho do I get a total which is in a cell in my 'vehicles' worksheet to appear in my 'summary' worksheet? I used to enter ... vehicles:F22 ....in my last speadsheet software. How's it does in Excell? Hank |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
.. in say, B2: =vehicles!F22
Alternatively, for a neat clean look (avoid extraneous zeros), we could use instead in B2: =IF(vehicles!F22="","",vehicles!F22) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I reference data from one worksheet to another using combob | New Users to Excel | |||
Excel Macro to Copy & Paste | Excel Worksheet Functions | |||
Conversion of Cell Contents into a Functional Worksheet name ? | Excel Worksheet Functions | |||
macro help | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |