View Single Post
 
Old 05-19-2011, 03:16 PM
Raabi Raabi is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: May 2011
Posts: 1
Raabi is on a distinguished road
Default Reading Values from another sheet

Hello everyone

I am seeking help from wizards in solving the following problem:

I have two Worksheets: "sheet1" and "sheet2".
In column "Value2" of the "sheet1", I need to put values from the corresponding row numbers and "event" column of the "sheet2".

I tried, in vain, a formula, in each cell of the column "Value2" of the "sheet1"; similar to the following Pseudo syntax:

Code:
=CELL("value",sheet2!$B$Row())
Please note that the two sheets are fairly large and frequently updated; and therefore just pasting the values from sheet2 is not a viable solution.

Any help will be highly appreciated.

Raabi
Reply With Quote