Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to take inputs from two pages and summarize them on a 3rd page within
the same notebook. How can I do this? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If by page, you mean worksheets, in destination sheet (in your case 3rd page)
enter "=" and then click the sheet tab at the buttom and click the desired cell. when you finished referencing your cells in this manner, click enter. Now if you look to the cell you have entered the formula, you can see the sheet name before cell references separated by a "!", which means it has brought the parameteres from those sheet. In this manner you can reference any cell from the same workbook and even from other workbooks (Excel files) HTH -- Rasoul Khoshravan Azar Kobe University, Kobe, Japan "Dan" wrote: I want to take inputs from two pages and summarize them on a 3rd page within the same notebook. How can I do this? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
That pretty much makes sense, but can you post an example of what the formula
would look like? I can't visualize it. Thanks in advance! "Khoshravan" wrote: If by page, you mean worksheets, in destination sheet (in your case 3rd page) enter "=" and then click the sheet tab at the buttom and click the desired cell. when you finished referencing your cells in this manner, click enter. Now if you look to the cell you have entered the formula, you can see the sheet name before cell references separated by a "!", which means it has brought the parameteres from those sheet. In this manner you can reference any cell from the same workbook and even from other workbooks (Excel files) HTH -- Rasoul Khoshravan Azar Kobe University, Kobe, Japan "Dan" wrote: I want to take inputs from two pages and summarize them on a 3rd page within the same notebook. How can I do this? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Would look something like............
=Sheet1!A1 * Sheet2!A1 if you were multiplying the two cells from Sheet1 and Sheet2 Or =SUM(Sheet1:Sheet2!A1) if summing the two cells Or maybe =SUM(Sheet1!A1:Sheet2!A1) if you were to let Excel compose the formula. Many variations depending upon what you want to do with the cells. Gord Dibben MS Excel MVP On Sat, 14 Jul 2007 06:00:00 -0700, Dan wrote: That pretty much makes sense, but can you post an example of what the formula would look like? I can't visualize it. Thanks in advance! "Khoshravan" wrote: If by page, you mean worksheets, in destination sheet (in your case 3rd page) enter "=" and then click the sheet tab at the buttom and click the desired cell. when you finished referencing your cells in this manner, click enter. Now if you look to the cell you have entered the formula, you can see the sheet name before cell references separated by a "!", which means it has brought the parameteres from those sheet. In this manner you can reference any cell from the same workbook and even from other workbooks (Excel files) HTH -- Rasoul Khoshravan Azar Kobe University, Kobe, Japan "Dan" wrote: I want to take inputs from two pages and summarize them on a 3rd page within the same notebook. How can I do this? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Gord Dibben has given good examples before me. Just follow the steps and you
will the results by yourself. Thanks Gord -- Rasoul Khoshravan Azar Kobe University, Kobe, Japan "Dan" wrote: That pretty much makes sense, but can you post an example of what the formula would look like? I can't visualize it. Thanks in advance! "Khoshravan" wrote: If by page, you mean worksheets, in destination sheet (in your case 3rd page) enter "=" and then click the sheet tab at the buttom and click the desired cell. when you finished referencing your cells in this manner, click enter. Now if you look to the cell you have entered the formula, you can see the sheet name before cell references separated by a "!", which means it has brought the parameteres from those sheet. In this manner you can reference any cell from the same workbook and even from other workbooks (Excel files) HTH -- Rasoul Khoshravan Azar Kobe University, Kobe, Japan "Dan" wrote: I want to take inputs from two pages and summarize them on a 3rd page within the same notebook. How can I do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Naming Multiple pages for a formula | Excel Discussion (Misc queries) | |||
multiple inputs, multipul outputs (part 2) | Excel Discussion (Misc queries) | |||
multiple inputs, multiple outputs | Excel Discussion (Misc queries) | |||
Multiple inputs one output | Excel Discussion (Misc queries) | |||
One cell takes multiple inputs | Excel Discussion (Misc queries) |