View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
JKLuck JKLuck is offline
external usenet poster
 
Posts: 1
Default Running Total at top of Page?

I am using the Excel Check Registry that has the current balance in the last
column and this cell is empty unitl there is date [formula is
"=IF(AND(ISBLANK(F44),ISBLANK(G44)),"",H43-F44+G44)", etc.].

Ultimately what I would like to have is a TOTAL worksheet that will sum up
all my individual worksheets in one place. The problem I've having is that
since I'm using the "Blank" formula above, I don't know which cell to
reference in the TOTAL worksheet.

If I could have a "current balance" at the top of each sheet, I could have
the TOTAL sheet look at this cell, but how do I do this?

Any assistance would be much appreciated.