Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Multi-sheet linking

I hope this problem belongs to this group!

I have several sheets of budget numbers that are linking
from one sheet to another. In linking several sheets by
pulling totals from one sheet to create other totals in
another sheet we seem to have lost the ability to sort
without changing the totals on the endpoint sheet. This
happens because we're linking to the source sheet using
the Sheet and Cell info and the sort places the totals in
different cells than the ones named in the second sheet.
Anyway to deal with this problem? Thanks. Koz

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Multi-sheet linking


1. I suggest to put the subsheets's totals at the top of the pages (above
the data instead of below the data), thus positions are fixed and are less
sensitive to on sort or insert/delete. (It also makes the consolidation
sheet easier to maintain)

Next thing to check is that the sheet's formulas wont be meaningless after
the data on the sheet is (re)sorted. Most sumproduct/sumif's can easily be
made bulletproof)


PrevMonth Cumulative = sheet1!c3
ThisMonth Period = sumproduct(n($a$10:$a$700=4);c$10:c$700)
ThisMonth Cumulative = sum(c$1:c$2)

capisce? :)


keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


"Abir" wrote:

I hope this problem belongs to this group!

I have several sheets of budget numbers that are linking
from one sheet to another. In linking several sheets by
pulling totals from one sheet to create other totals in
another sheet we seem to have lost the ability to sort
without changing the totals on the endpoint sheet. This
happens because we're linking to the source sheet using
the Sheet and Cell info and the sort places the totals in
different cells than the ones named in the second sheet.
Anyway to deal with this problem? Thanks. Koz


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why does a Multi-sheet/user file open on sheet two every time? Frustrated in NJ Excel Discussion (Misc queries) 1 January 22nd 10 05:46 PM
Multi-sheet sumif help Brian Excel Worksheet Functions 4 July 20th 07 05:26 PM
Multi-sheet autofill RichH Excel Discussion (Misc queries) 2 December 20th 05 03:39 PM
Multi users and linking to Access Ray Excel Discussion (Misc queries) 0 September 20th 05 03:15 AM
Multi-sheet totals Jim M New Users to Excel 6 May 5th 05 01:26 PM


All times are GMT +1. The time now is 07:33 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"