Can I enter a formula using data from cells in seprate worksheets

B

Brannon

I want to take the results of a fromula on one sheet and use it on another
sheet. I want to know if I can put a formula in that can draw information
from cells in a different worksheet.
 
P

Per Erik Midtrød

I want to take the results of a fromula on one sheet and use it on another
sheet. I want to know if I can put a formula in that can draw information
from cells in a different worksheet.

Could it be as simple as?
=Sheet2!A1, which returns the value in A1 on sheet2.

Per Erik
 
Top