View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Paul B
 
Posts: n/a
Default How do I link data between worksheets within a workbook?

todo4u, just ref. the sheet name, like this, in a cell in sheet1, will add
whats in sheet1 and sheet2 cell A1

=A1+Sheet2!A1

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"todo4u" wrote in message
...
I want to pull data from one worksheet to use in a formula in another
worksheet.