Hi,
If say you have two worksheets, "Sheet1" & "Sheet2", you may wish to type numeric values on Sheet1 in the first two rows of column A (cells A1 & A2), to read...
10
25
Now, in "Sheet2", you may wish to multiple those two numbers together & put the result in cell A1 on that worksheet. You can do this by typing the following formula directly into cell A1 on "Sheet2":
=Sheet1!A1*Sheet1!A2
If the worksheet containing the source data has a space character in it, let's say "Worksheet Number 3", then use this formula syntax instead:
='Worksheet Number 3'!A1*'Worksheet Number 3'!A2
That is, place apostrophe characters around the worksheet name.
BFN,
fp.
Main Topics
Browse All Topics





by: matthewspatrickPosted on 2008-10-22 at 05:23:53ID: 22775722
Hello santoshkuncham,
Please elaborate on what you are trying to do, and even better, provide a sample file for an example.
Regards,
Patrick