Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default formula that will reference another worksheets info. same book

I want to write a formula that will reference info on another worksheet
within the same workbook
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 897
Default formula that will reference another worksheets info. same book

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default formula that will reference another worksheets info. same book

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 903
Default formula that will reference another worksheets info. same book

"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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default formula that will reference another worksheets info. same book

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving worksheets to another book - 2nd book will not appear jb0100 Excel Discussion (Misc queries) 2 March 18th 09 03:09 PM
How to reference different worksheets in an autofill formula csdjj Excel Discussion (Misc queries) 8 February 1st 08 10:38 PM
formula reference between worksheets Tia Excel Worksheet Functions 1 January 3rd 07 11:03 PM
formula adding cells in worksheets when # of sheets in work book changes klatimer Excel Discussion (Misc queries) 0 December 14th 05 05:53 PM
Can a formula operate between worksheets, ie collating info from . Andy Excel Worksheet Functions 1 March 8th 05 05:30 AM


All times are GMT +1. The time now is 11:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"