#1   Report Post  
Posted to microsoft.public.excel.misc
Old Red One
 
Posts: n/a
Default formula construction

What is the formula that causes a cell to update based on a change in data
in a cell on a different page, albeit a page in the same document?


  #2   Report Post  
Posted to microsoft.public.excel.misc
flummi
 
Posts: n/a
Default formula construction

If you select "automatic" on the calculation tab of the options page
Excel performs a recalc everytime a value is changed somewhere! If you
select "manual" the sheet is never recalculated until you press F9.

Was that your question?

Hans

  #3   Report Post  
Posted to microsoft.public.excel.misc
Max
 
Posts: n/a
Default formula construction

Perhaps you're looking for a simple link formula ?

Placed in any cell in say, Sheet2, eg in B2:
=IF(Sheet1!A1="","",Sheet1!A1)
will return what's in Sheet1's A1

And if Sheet1's A1 is empty (or contains a formula which may evaluate to:
""),
then Sheet2's B2 will also appear blank ("")
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Old Red One" wrote in message
...
What is the formula that causes a cell to update based on a change in data
in a cell on a different page, albeit a page in the same document?




  #4   Report Post  
Posted to microsoft.public.excel.misc
Pete
 
Posts: n/a
Default formula construction

I think the formula would be something like:

=Sheet1!A1

if the data that changed was in cell A1 of Sheet1.

Hope this helps.

Pete

  #5   Report Post  
Posted to microsoft.public.excel.misc
Old Red One
 
Posts: n/a
Default formula construction

The cells are on separate Pages, not Sheets, in the same document. Can
Excel handle that? Please comment. Thank you.
"Max" wrote in message
...
Perhaps you're looking for a simple link formula ?

Placed in any cell in say, Sheet2, eg in B2:
=IF(Sheet1!A1="","",Sheet1!A1)
will return what's in Sheet1's A1

And if Sheet1's A1 is empty (or contains a formula which may evaluate to:
""),
then Sheet2's B2 will also appear blank ("")
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Old Red One" wrote in message
...
What is the formula that causes a cell to update based on a change in
data
in a cell on a different page, albeit a page in the same document?








  #6   Report Post  
Posted to microsoft.public.excel.misc
Max
 
Posts: n/a
Default formula construction

"Old Red One" wrote in message
...
The cells are on separate Pages, not Sheets, in the same document. Can
Excel handle that? Please comment. Thank you.


But I had read it that "Pages" == Sheets ?
(and that "document" == Book)

If so, then the previous suggestion should work as it covers linking cells
in separate sheets within the same book (Sheet1's A1 linked to Sheet2's B2).
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


  #7   Report Post  
Posted to microsoft.public.excel.misc
Pete
 
Posts: n/a
Default formula construction

My understanding is the same as Max's, but even if you mean "pages" as
in printed pages from the same sheet, the formula would still work.

Pete

  #8   Report Post  
Posted to microsoft.public.excel.misc
flummi
 
Posts: n/a
Default formula construction

Sorry Richard, Ióst your email address.

Here's my comment:

page 5 page 6


amount $ amount $
1400 452
5000 77
2400 64
752 11437 <-- from A13: =A13
1885 90



sum of G5:G9 sum of I5:I9
11437 <-- =SUM(G5:G9) 12120 <-- =SUM(I5:I9)

Any change of a value in the page 5 range G5:G9 will change the sum in
A13 which will change the according value in the page 6 range I5:I9
which will change the sum of the page 6 values in D13.

If in this context you get wrong results it my have to do with the
autosum feature.

Please let me know if it works.

Hans

  #9   Report Post  
Posted to microsoft.public.excel.misc
flummi
 
Posts: n/a
Default formula construction

Sorry Richard, I list your email address.

Here's my comment:

page 5 page 6


amount $ amount $
1400 452
5000 77
2400 64
752 11437 <-- from A13: =A13
1885 90



sum of G5:G9 sum of I5:I9
11437 <-- =SUM(G5:G9) 12120 <-- =SUM(I5:I9)

Any change in the "page 5" column G5:G9 will change the sum in A13 wich
will then change the value in the page 6 column I5:I9 which will
change the sum of that tange in D5.

If in this context you get wrong results it may have to do with the
autosum feature.

Let me know if it works.

Hans

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
Construction Loan Interest Formula EGavin Excel Worksheet Functions 1 January 5th 06 12:53 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 05:24 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"