#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default moving totals

Hi,
I have a file with multiple worksheets 1 work sheet for a summary and the
other worksheets are my quarterly. In my quarterly worksheets I am always
inserting columns to add P.O. orders to a customer's account, but out to the
end of each customer I keep a total running of their account.

My problem is on the summary page. I want to be able to show each
customer's current condition in the summary page, how do I get their totals
to always show up when their totals on their individual worksheets keep
moving to a different column?

for instance worksheet one is my summary page cell B7 would show the total
from worksheet 2 H5, but next week that total from worksheet 2 will be in
cell K5, is there a way to make my summary cell keep track of the correct
cell on worksheet 2?

Sorry if this is too long or confusing.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default moving totals

There is a feature of Excel called a Named Range. You use it by:

Insert Name
and use the dialog the pops up

This name will adjust as you add rows above it. By refering to the Name
instead of the cell address, the summary sheet will always stay in synch.
--
Gary''s Student - gsnu200787


"thedeuces" wrote:

Hi,
I have a file with multiple worksheets 1 work sheet for a summary and the
other worksheets are my quarterly. In my quarterly worksheets I am always
inserting columns to add P.O. orders to a customer's account, but out to the
end of each customer I keep a total running of their account.

My problem is on the summary page. I want to be able to show each
customer's current condition in the summary page, how do I get their totals
to always show up when their totals on their individual worksheets keep
moving to a different column?

for instance worksheet one is my summary page cell B7 would show the total
from worksheet 2 H5, but next week that total from worksheet 2 will be in
cell K5, is there a way to make my summary cell keep track of the correct
cell on worksheet 2?

Sorry if this is too long or confusing.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 213
Default moving totals

I have a file with multiple worksheets 1 work sheet for a summary and
the other worksheets are my quarterly. In my quarterly worksheets I
am always inserting columns to add P.O. orders to a customer's
account, but out to the end of each customer I keep a total running of
their account.

My problem is on the summary page. I want to be able to show each
customer's current condition in the summary page, how do I get their
totals to always show up when their totals on their individual
worksheets keep moving to a different column?

for instance worksheet one is my summary page cell B7 would show the
total from worksheet 2 H5, but next week that total from worksheet 2
will be in cell K5, is there a way to make my summary cell keep track
of the correct cell on worksheet 2?


Sounds like the total is the last non-empty cell of each row.

The formula
=LOOKUP(2,1/(Sheet2!1:1<""),Sheet2!1:1)
returns the last non-empty cell value in row 1 of Sheet2.
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default moving totals

Thanks for the response. I will give them a try.

"MyVeryOwnSelf" wrote:

I have a file with multiple worksheets 1 work sheet for a summary and
the other worksheets are my quarterly. In my quarterly worksheets I
am always inserting columns to add P.O. orders to a customer's
account, but out to the end of each customer I keep a total running of
their account.

My problem is on the summary page. I want to be able to show each
customer's current condition in the summary page, how do I get their
totals to always show up when their totals on their individual
worksheets keep moving to a different column?

for instance worksheet one is my summary page cell B7 would show the
total from worksheet 2 H5, but next week that total from worksheet 2
will be in cell K5, is there a way to make my summary cell keep track
of the correct cell on worksheet 2?


Sounds like the total is the last non-empty cell of each row.

The formula
=LOOKUP(2,1/(Sheet2!1:1<""),Sheet2!1:1)
returns the last non-empty cell value in row 1 of Sheet2.

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
Pivot Totals: Group totals different from Grand totals PsyberFox Excel Discussion (Misc queries) 1 February 13th 08 06:16 PM
how to enter totals and sub totals from receipts into excel. mjd23 New Users to Excel 2 January 11th 08 01:54 AM
Arrow Keys Moving Window Frame instead of Moving Between Cells nemmex Excel Discussion (Misc queries) 2 April 9th 07 09:08 AM
Summing Weekly Totals into Monthly Totals steph44haf Excel Worksheet Functions 3 July 5th 06 04:51 PM
Comparing/matching totals in a column to totals in a row Nicole L. Excel Worksheet Functions 3 January 27th 05 10:42 PM


All times are GMT +1. The time now is 06:37 PM.

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"