Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to write a formula that will reference info on another worksheet
within the same workbook |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can you be more specific?
--JP On Aug 11, 2:51*pm, Jeff Wood <Jeff wrote: I want to write a formula that will reference info on another worksheet within the same workbook |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Jeff Wood wrote:
I want to write a formula that will reference info on another worksheet within the same workbook Try "Create a reference between cells on the same or different worksheets" in the help file. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Jeff Wood" ...
I want to write a formula that will reference info on another worksheet within the same workbook Hi Jeff, =MyFormula(sheet1!B3) =MyFormula('sheet two'!B3) Information on some formulas Show FORMULA or FORMAT of another cell http://www.mvps.org/dmcritchie/excel/formula.htm How to install a Function or Macro Getting Started with Macros and User Defined Functions http://www.mvps.org/dmcritchie/excel/getstarted.htm -- HTH, David McRitchie, Microsoft MVP -- Excel My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
An example of a formula that addresses another worksheet to find a value in
an array and then selects the corresponding value in a previous column. Kind of a reverse Vlookup. For your problem, notice the nomenclature for addressing a cell in another worksheet =OFFSET(INDIRECT("'worksheetname'!" & ADDRESS(MATCH(E32,'worksheetname'!B31:B41) +ROW(worksheetname'!B30),COLUMN('worksheetname'!B3 1))),0,-1) -- GHD "Jeff Wood" wrote: I want to write a formula that will reference info on another worksheet within the same workbook |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Moving worksheets to another book - 2nd book will not appear | Excel Discussion (Misc queries) | |||
How to reference different worksheets in an autofill formula | Excel Discussion (Misc queries) | |||
formula reference between worksheets | Excel Worksheet Functions | |||
formula adding cells in worksheets when # of sheets in work book changes | Excel Discussion (Misc queries) | |||
Can a formula operate between worksheets, ie collating info from . | Excel Worksheet Functions |