View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike1558 Mike1558 is offline
external usenet poster
 
Posts: 12
Default Transfering a changing cell value progressively through a workbook

I am creating a payment application form in excel 2007 using windows 7. Each
worksheet represents one months invoice. Say I have a formula in "sheet 1/
cell Q7" that sums the total billed to date for a particular budget line
item. This value will be transfered to a the next months payment application
"sheet 2/ cell K7" this becomes the total amount of previous applications,
then "sheet 2/ Q7 is =sum(K7,M7,O7) this value is transfered to "sheet 3/ K7,
and so on and so on, until the completion of the job. How do I acomplish
this.
--
Thanks
Mike