View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.worksheet.functions,microsoft.public.excel.programming,microsoft.public.excel
David Virgil Hobbs David Virgil Hobbs is offline
external usenet poster
 
Posts: 5
Default Excel Formula using relative position of cells in two different worksheets

I want to know how a certain Excel formula would be written.

Excel formulas reside in cells computing the value of the cell content.
A given formula can be entered in an entire column, producing different
values in each cell in the column in which the one given formula is
entered.


The desired formula would, based upon the distance in worksheet A of a
given cell G that the desired formula resides in from a starting point
cell S in worksheet A, reference a cell R in worksheet B, that is a
certain distance from a starting point cell BS in worksheet B, and use
the value in the referenced cell BS in worksheet B to produce a value
for the given cell G in worksheet A.

Definition

Distance: a cell can be a given number of rows away from a cell in its
own column; a cell can be a given number of columns away from a cell in
its own row.

Help sections do not seem to answer the two basic questions: 1 Is the
software able to do a given thing? 2 How is the given thing to be done?
Time is wasted simply determining if a software can even do something
in the first place.