View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.links
Bill Manville Bill Manville is offline
external usenet poster
 
Posts: 473
Default balances in a single worksheet

Spartan111 wrote:
My problem is that every customer's balance changes cell daily.


Accessing a variable cell via a link is unwise.
Even using the address of a cell is not ideal; a range name is the best
idea.
I would create a formula in a fixed cell in each customer account file
which contains the current balance.

For example, in J1 - to which you might give the range name
"CurrentBalance", put the formula =OFFSET(H1,COUNT(H:H),0)
This will reference the current balance if you have headings in row 1
and figures in each row below with the last figure being the current
balance - if that is not your layout you may need to modify the
formula.

Then in your summary workbook you can use links such as
='F:\Account Files\[AccountA.xls]'!CurrentBalance

Bill Manville
MVP - Microsoft Excel, Oxford, England
Bill Manville
MVP - Microsoft Excel, Oxford, England
No email replies please - respond to newsgroup