Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to create formulas where the resulting data is on one sheet and
the parameters are on another sheet. I want to create something like this: Sheet 1 cell A1*sheet 2 cell A1=Sheet 1 cell B1 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Elaine
in Sheet 1 cell B1 enter following formula: =Sheet1!A1*Sheet2!A1 you can tell excel with a ! to which sheet the cell refers to. hth Carlo "Elaine Z" wrote: I am trying to create formulas where the resulting data is on one sheet and the parameters are on another sheet. I want to create something like this: Sheet 1 cell A1*sheet 2 cell A1=Sheet 1 cell B1 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=Sheet2!B1*Sheet2!B2
Put this in Sheet1, cell A1 (or anywhere else for that matter) and the result will be Sheet2, cell B1 multiplied by Sheet2, cell B2. You can type it manually or in the cell you want the result, enter an 'Equals' (=) sign, then select the cell in the other sheet, go back to the original sheet and enter the multiplication sign (*) in the formula bar then select the other cell in the other sheet and Excel will do it for you. Regards, Alan. "Elaine Z" <Elaine wrote in message ... I am trying to create formulas where the resulting data is on one sheet and the parameters are on another sheet. I want to create something like this: Sheet 1 cell A1*sheet 2 cell A1=Sheet 1 cell B1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I create new sheets automatically in a formula? | Excel Worksheet Functions | |||
Multiple Sheets (Need to create 500 individual sheets in one workbook, pulling DATA | Excel Worksheet Functions | |||
create reference formula that looks through all sheets for matchin | Excel Worksheet Functions | |||
Create a formula between sheets | Excel Discussion (Misc queries) | |||
trying to create an (almost) circular formula between cells and data validated cells with lists | Excel Worksheet Functions |