View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Sheeloo[_3_] Sheeloo[_3_] is offline
external usenet poster
 
Posts: 1,805
Default In need to link Columns between sheets of a workbook?

Not sure what you want..

If you enter the following in A1 of Sheet1
=Sheet2!A1 then whatever you have in A1 of Sheet2 will showup in A1 of Sheet1

If you enter
=Sum(Sheet1!A1:D1) you willl get the sum of A1-D1...



"SkyscraperCM" wrote:

I have a worksheet that I use to log the process of contract negotiations. I
have set up columns that correspond to a data point and rows corresponding
with the specific contract. My client thinks that the log I have is to
detailed for their use, and frankly they don't need all the information in
the log. I was hoping to be able to create a summary sheet that would only
include the columns that the client requires, however it doesn't seem to be
possible to copy whole columns (including the cell formatting) without going
cell by cell. Is there a way to link the sheets without going cell to cell,
so that as I update the more detailed log, the summary log will be
automatically updated?