View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Amish Amish is offline
external usenet poster
 
Posts: 19
Default MERGING DATA FROM SEVERAL WORKSHEETS

There are several ways to do this:
The Consolidate feature will allow you to build a set of rules that
can Sum, Average, etc. (Note that checkbox that says Create Links if
your original data may change or you will to run consolidate again)
You could write a formula like =Sheet1!A5+Sheet2!A5+Sheet3!A5 (maybe
in A5 of Sheet4) and then copy that to other cells

On Jul 30, 4:49*pm, tammy p <tammy
wrote:
is there a way to take the data from sheet1,sheet2,sheet3 and merge them into
one worksheet?