Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Referencing cells in another worksheet

I have a similar question to "how to reset a value in a cell after another"
dated 2/5/2005 answered by Mike Fogleman, but with a twist. I need the
numbers to add together on a summary sheet while being input on another
sheet. The 2 worksheets I am working with have identical structures and the
"input" cell will always be summarized in the corresponding cell on the
"summary" sheet. The difficulty I am having is with the formula in the macro
that references the same cell in both sheets. For instance, if I plug input
into Worksheet 2 in cell B3, it must add this number to cell B3 in Worksheet
1. If I put a new number into Worksheet 2 in cell B47 it must add this
number to cell B47 in Worksheet 1.

I simply cannot find the correct formula to make this happen.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Referencing cells in another worksheet

This won't work because you will create a circular reference. Your solution
would require shaving tow worksheet change function (1 for each worksheet).
When one changed the cell location it would trigger the seond which would
again trigger the first.

You really need another column that contains the sum of both pieces of data.

"lavery" wrote:

I have a similar question to "how to reset a value in a cell after another"
dated 2/5/2005 answered by Mike Fogleman, but with a twist. I need the
numbers to add together on a summary sheet while being input on another
sheet. The 2 worksheets I am working with have identical structures and the
"input" cell will always be summarized in the corresponding cell on the
"summary" sheet. The difficulty I am having is with the formula in the macro
that references the same cell in both sheets. For instance, if I plug input
into Worksheet 2 in cell B3, it must add this number to cell B3 in Worksheet
1. If I put a new number into Worksheet 2 in cell B47 it must add this
number to cell B47 in Worksheet 1.

I simply cannot find the correct formula to make this happen.

Thanks

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
Referencing cells in another worksheet xtrout Excel Worksheet Functions 6 July 24th 07 03:15 AM
Referencing Cells in another worksheet in same workbook Robert[_32_] Excel Programming 5 April 20th 07 03:36 PM
CountIF() in Worksheet B while referencing cells in Worksheet A jfj3rd Excel Worksheet Functions 3 April 14th 06 11:24 PM
CountIF() in Worksheet B while referencing cells in Worksheet A jfj3rd Excel Worksheet Functions 3 April 14th 06 07:36 PM
Referencing Combobox with other cells in a different worksheet?? Adam Excel Programming 4 March 29th 05 09:07 AM


All times are GMT +1. The time now is 12:40 AM.

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

About Us

"It's about Microsoft Excel"