#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 36
Default Recalculation?

Hi. I have a formula that is summing items in several worksheets. The
formula is:

=SUM('A:R'!D54)

The value that this formula shows is zero even though there is data in the
other cells. If I enter into this cell (by pressing F2) and do nothing more
than press the enter key, the value changes to correctly sum up the values.

Does anyone understand why this is occurring? Recalculation is set to
Automatic and pressing F9 does not fix this.

I have this formula replicated in about 1,000 locations throughout this
workbook.

Thanks,
Mike.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Recalculation?

Hi Mike,

Try rebuilding the dependency tree by pressing CTRL+ALT+SHIFT+F9 or, in older versions, by replacing all "=" by "="

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Mike D." wrote in message ...
| Hi. I have a formula that is summing items in several worksheets. The
| formula is:
|
| =SUM('A:R'!D54)
|
| The value that this formula shows is zero even though there is data in the
| other cells. If I enter into this cell (by pressing F2) and do nothing more
| than press the enter key, the value changes to correctly sum up the values.
|
| Does anyone understand why this is occurring? Recalculation is set to
| Automatic and pressing F9 does not fix this.
|
| I have this formula replicated in about 1,000 locations throughout this
| workbook.
|
| Thanks,
| Mike.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Recalculation?

Hi Mike,

BTW, I don't think you need the quotes around the sheet names, if there aren't any spaces in those names. I don't think it will
make a difference, but you might try.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Niek Otten" wrote in message ...
| Hi Mike,
|
| Try rebuilding the dependency tree by pressing CTRL+ALT+SHIFT+F9 or, in older versions, by replacing all "=" by "="
|
| --
| Kind regards,
|
| Niek Otten
| Microsoft MVP - Excel
|
| "Mike D." wrote in message ...
|| Hi. I have a formula that is summing items in several worksheets. The
|| formula is:
||
|| =SUM('A:R'!D54)
||
|| The value that this formula shows is zero even though there is data in the
|| other cells. If I enter into this cell (by pressing F2) and do nothing more
|| than press the enter key, the value changes to correctly sum up the values.
||
|| Does anyone understand why this is occurring? Recalculation is set to
|| Automatic and pressing F9 does not fix this.
||
|| I have this formula replicated in about 1,000 locations throughout this
|| workbook.
||
|| Thanks,
|| Mike.
|
|


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Recalculation?

Excel added them if I didn't (xl2003).


Niek Otten wrote:

Hi Mike,

BTW, I don't think you need the quotes around the sheet names, if there aren't any spaces in those names. I don't think it will
make a difference, but you might try.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Niek Otten" wrote in message ...
| Hi Mike,
|
| Try rebuilding the dependency tree by pressing CTRL+ALT+SHIFT+F9 or, in older versions, by replacing all "=" by "="
|
| --
| Kind regards,
|
| Niek Otten
| Microsoft MVP - Excel
|
| "Mike D." wrote in message ...
|| Hi. I have a formula that is summing items in several worksheets. The
|| formula is:
||
|| =SUM('A:R'!D54)
||
|| The value that this formula shows is zero even though there is data in the
|| other cells. If I enter into this cell (by pressing F2) and do nothing more
|| than press the enter key, the value changes to correctly sum up the values.
||
|| Does anyone understand why this is occurring? Recalculation is set to
|| Automatic and pressing F9 does not fix this.
||
|| I have this formula replicated in about 1,000 locations throughout this
|| workbook.
||
|| Thanks,
|| Mike.
|
|


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 36
Default Recalculation?

Thanks for your help, Niek.

"Niek Otten" wrote:

Hi Mike,

BTW, I don't think you need the quotes around the sheet names, if there aren't any spaces in those names. I don't think it will
make a difference, but you might try.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Niek Otten" wrote in message ...
| Hi Mike,
|
| Try rebuilding the dependency tree by pressing CTRL+ALT+SHIFT+F9 or, in older versions, by replacing all "=" by "="
|
| --
| Kind regards,
|
| Niek Otten
| Microsoft MVP - Excel
|
| "Mike D." wrote in message ...
|| Hi. I have a formula that is summing items in several worksheets. The
|| formula is:
||
|| =SUM('A:R'!D54)
||
|| The value that this formula shows is zero even though there is data in the
|| other cells. If I enter into this cell (by pressing F2) and do nothing more
|| than press the enter key, the value changes to correctly sum up the values.
||
|| Does anyone understand why this is occurring? Recalculation is set to
|| Automatic and pressing F9 does not fix this.
||
|| I have this formula replicated in about 1,000 locations throughout this
|| workbook.
||
|| Thanks,
|| Mike.
|
|





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Recalculation?

Indeed! Not with names like Sheet1, Sheet2, etc, but it did with A:C. Not with A:D, however.

No idea what thought is behind this.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"Dave Peterson" wrote in message ...
| Excel added them if I didn't (xl2003).
|
|
| Niek Otten wrote:
|
| Hi Mike,
|
| BTW, I don't think you need the quotes around the sheet names, if there aren't any spaces in those names. I don't think it
will
| make a difference, but you might try.
|
| --
| Kind regards,
|
| Niek Otten
| Microsoft MVP - Excel
|
| "Niek Otten" wrote in message ...
| | Hi Mike,
| |
| | Try rebuilding the dependency tree by pressing CTRL+ALT+SHIFT+F9 or, in older versions, by replacing all "=" by "="
| |
| | --
| | Kind regards,
| |
| | Niek Otten
| | Microsoft MVP - Excel
| |
| | "Mike D." wrote in message ...
| || Hi. I have a formula that is summing items in several worksheets. The
| || formula is:
| ||
| || =SUM('A:R'!D54)
| ||
| || The value that this formula shows is zero even though there is data in the
| || other cells. If I enter into this cell (by pressing F2) and do nothing more
| || than press the enter key, the value changes to correctly sum up the values.
| ||
| || Does anyone understand why this is occurring? Recalculation is set to
| || Automatic and pressing F9 does not fix this.
| ||
| || I have this formula replicated in about 1,000 locations throughout this
| || workbook.
| ||
| || Thanks,
| || Mike.
| |
| |
|
| --
|
| Dave Peterson


  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Recalculation?

I bet excel doesn't want to get confused between the worksheets and the range
A:R.

Niek Otten wrote:

Indeed! Not with names like Sheet1, Sheet2, etc, but it did with A:C. Not with A:D, however.

No idea what thought is behind this.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Dave Peterson" wrote in message ...
| Excel added them if I didn't (xl2003).
|
|
| Niek Otten wrote:
|
| Hi Mike,
|
| BTW, I don't think you need the quotes around the sheet names, if there aren't any spaces in those names. I don't think it
will
| make a difference, but you might try.
|
| --
| Kind regards,
|
| Niek Otten
| Microsoft MVP - Excel
|
| "Niek Otten" wrote in message ...
| | Hi Mike,
| |
| | Try rebuilding the dependency tree by pressing CTRL+ALT+SHIFT+F9 or, in older versions, by replacing all "=" by "="
| |
| | --
| | Kind regards,
| |
| | Niek Otten
| | Microsoft MVP - Excel
| |
| | "Mike D." wrote in message ...
| || Hi. I have a formula that is summing items in several worksheets. The
| || formula is:
| ||
| || =SUM('A:R'!D54)
| ||
| || The value that this formula shows is zero even though there is data in the
| || other cells. If I enter into this cell (by pressing F2) and do nothing more
| || than press the enter key, the value changes to correctly sum up the values.
| ||
| || Does anyone understand why this is occurring? Recalculation is set to
| || Automatic and pressing F9 does not fix this.
| ||
| || I have this formula replicated in about 1,000 locations throughout this
| || workbook.
| ||
| || Thanks,
| || Mike.
| |
| |
|
| --
|
| Dave Peterson


--

Dave Peterson
  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Recalculation?

That's what I thought too, at first. But then, why is A:D without quotes? And many other combinations, BTW.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Dave Peterson" wrote in message ...
|I bet excel doesn't want to get confused between the worksheets and the range
| A:R.
|
| Niek Otten wrote:
|
| Indeed! Not with names like Sheet1, Sheet2, etc, but it did with A:C. Not with A:D, however.
|
| No idea what thought is behind this.
|
| --
| Kind regards,
|
| Niek Otten
| Microsoft MVP - Excel
|
| "Dave Peterson" wrote in message ...
| | Excel added them if I didn't (xl2003).
| |
| |
| | Niek Otten wrote:
| |
| | Hi Mike,
| |
| | BTW, I don't think you need the quotes around the sheet names, if there aren't any spaces in those names. I don't think it
| will
| | make a difference, but you might try.
| |
| | --
| | Kind regards,
| |
| | Niek Otten
| | Microsoft MVP - Excel
| |
| | "Niek Otten" wrote in message ...
| | | Hi Mike,
| | |
| | | Try rebuilding the dependency tree by pressing CTRL+ALT+SHIFT+F9 or, in older versions, by replacing all "=" by "="
| | |
| | | --
| | | Kind regards,
| | |
| | | Niek Otten
| | | Microsoft MVP - Excel
| | |
| | | "Mike D." wrote in message ...
| | || Hi. I have a formula that is summing items in several worksheets. The
| | || formula is:
| | ||
| | || =SUM('A:R'!D54)
| | ||
| | || The value that this formula shows is zero even though there is data in the
| | || other cells. If I enter into this cell (by pressing F2) and do nothing more
| | || than press the enter key, the value changes to correctly sum up the values.
| | ||
| | || Does anyone understand why this is occurring? Recalculation is set to
| | || Automatic and pressing F9 does not fix this.
| | ||
| | || I have this formula replicated in about 1,000 locations throughout this
| | || workbook.
| | ||
| | || Thanks,
| | || Mike.
| | |
| | |
| |
| | --
| |
| | Dave Peterson
|
| --
|
| Dave Peterson


  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Recalculation?

Ehhhhhhhhhh.

Yucccccck.

I got nothing!

R is used in R1C1 reference style, so maybe it's always on the look out for
R's??? A:C gets the apostrophes, too.

Niek Otten wrote:

That's what I thought too, at first. But then, why is A:D without quotes? And many other combinations, BTW.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Dave Peterson" wrote in message ...
|I bet excel doesn't want to get confused between the worksheets and the range
| A:R.
|
| Niek Otten wrote:
|
| Indeed! Not with names like Sheet1, Sheet2, etc, but it did with A:C. Not with A:D, however.
|
| No idea what thought is behind this.
|
| --
| Kind regards,
|
| Niek Otten
| Microsoft MVP - Excel
|
| "Dave Peterson" wrote in message ...
| | Excel added them if I didn't (xl2003).
| |
| |
| | Niek Otten wrote:
| |
| | Hi Mike,
| |
| | BTW, I don't think you need the quotes around the sheet names, if there aren't any spaces in those names. I don't think it
| will
| | make a difference, but you might try.
| |
| | --
| | Kind regards,
| |
| | Niek Otten
| | Microsoft MVP - Excel
| |
| | "Niek Otten" wrote in message ...
| | | Hi Mike,
| | |
| | | Try rebuilding the dependency tree by pressing CTRL+ALT+SHIFT+F9 or, in older versions, by replacing all "=" by "="
| | |
| | | --
| | | Kind regards,
| | |
| | | Niek Otten
| | | Microsoft MVP - Excel
| | |
| | | "Mike D." wrote in message ...
| | || Hi. I have a formula that is summing items in several worksheets. The
| | || formula is:
| | ||
| | || =SUM('A:R'!D54)
| | ||
| | || The value that this formula shows is zero even though there is data in the
| | || other cells. If I enter into this cell (by pressing F2) and do nothing more
| | || than press the enter key, the value changes to correctly sum up the values.
| | ||
| | || Does anyone understand why this is occurring? Recalculation is set to
| | || Automatic and pressing F9 does not fix this.
| | ||
| | || I have this formula replicated in about 1,000 locations throughout this
| | || workbook.
| | ||
| | || Thanks,
| | || Mike.
| | |
| | |
| |
| | --
| |
| | Dave Peterson
|
| --
|
| Dave Peterson


--

Dave Peterson
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
Recalculation A Bauer Excel Discussion (Misc queries) 1 March 7th 07 10:01 PM
recalculation shmilo Excel Discussion (Misc queries) 1 February 13th 07 02:40 PM
Recalculation workerboy Excel Worksheet Functions 3 May 15th 06 06:14 PM
Recalculation R Ormerod Excel Discussion (Misc queries) 5 March 19th 06 08:54 AM
Force Recalculation Ron_D Excel Discussion (Misc queries) 3 April 15th 05 08:17 PM


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