Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a worksheet with many excel spreadsheets in them. This is what I want
to do. I am looking for a formula that will move a number from one spreadsheet to another. For example, I have spreadsheets A, B, C & D. Numbers that I need in spreadsheet A are in B & C. What formula can I use to accomplish my goal? Thank you. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Russ wrote:
I have a worksheet with many excel spreadsheets in them. This is what I want to do. I am looking for a formula that will move a number from one spreadsheet to another. For example, I have spreadsheets A, B, C & D. Numbers that I need in spreadsheet A are in B & C. What formula can I use to accomplish my goal? You cannot "move" numbers with a formula, at least not in the literal sense. Instead, you can __refer_to__ (reference) cells. You accomplish this the same way whether the referenced cells are in the same sheet or in another sheet of the same workbook. The syntax for off-sheet references is something like SheetB!C2. But arguably the easiest way to reference a cell, be it in the same sheet or in a different sheet, is simply to move the cursor to that cell while you are writing a formula. For example, in cell A1 on Sheet A, type "=", then click on the Sheet B tab at the bottom of the window, move to cell C2 in Sheet B, then press Enter. That creates the formula =SheetB!C2. Of course, you can create cell references in much more complex formulas as well. That merely demonstrates the basic mechanics. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Russ,
Can you give an example? What relationship exists to determine the numbers to be moved? VLOOKUP is a likely candidate. "Russ" wrote: I have a worksheet with many excel spreadsheets in them. This is what I want to do. I am looking for a formula that will move a number from one spreadsheet to another. For example, I have spreadsheets A, B, C & D. Numbers that I need in spreadsheet A are in B & C. What formula can I use to accomplish my goal? Thank you. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I think that did the trick. Thank you very much.
wrote in message ps.com... Russ wrote: I have a worksheet with many excel spreadsheets in them. This is what I want to do. I am looking for a formula that will move a number from one spreadsheet to another. For example, I have spreadsheets A, B, C & D. Numbers that I need in spreadsheet A are in B & C. What formula can I use to accomplish my goal? You cannot "move" numbers with a formula, at least not in the literal sense. Instead, you can __refer_to__ (reference) cells. You accomplish this the same way whether the referenced cells are in the same sheet or in another sheet of the same workbook. The syntax for off-sheet references is something like SheetB!C2. But arguably the easiest way to reference a cell, be it in the same sheet or in a different sheet, is simply to move the cursor to that cell while you are writing a formula. For example, in cell A1 on Sheet A, type "=", then click on the Sheet B tab at the bottom of the window, move to cell C2 in Sheet B, then press Enter. That creates the formula =SheetB!C2. Of course, you can create cell references in much more complex formulas as well. That merely demonstrates the basic mechanics. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selecting the first time a number appears (part 2) | Excel Discussion (Misc queries) | |||
Generating (in a random order)each number once from a given number | Excel Worksheet Functions | |||
Change number format from text to number? | New Users to Excel | |||
vlookup with more than number to be retrieved | Excel Worksheet Functions | |||
Count Number of Characters in a cell? | Excel Discussion (Misc queries) |