Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
s05ullivan
 
Posts: n/a
Default Excel multiline formulas

Add Cell local variables. Allow a cell to have multiline formulas, which can
speed up calculations such as those that use large SUMPRODUCT() queries.

For example, instead of :
=if(SUM('DO 4 MDSE:Blank'!C4),SUM('DO 4 MDSE:Blank'!C4),NA())

allow:
;TempVar=SUM('DO 4 MDSE:Blank'!C4);=If (TempVar, TempVar, NA())


----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...et.f unctions
  #2   Report Post  
Rowan Drummond
 
Posts: n/a
Default Excel multiline formulas

Try InsertNameDefine, Names in Workbook - TempVar, Refres to -
=SUM('DO 4 MDSE:Blank'!$C$4).
Now you can use TempVar in a formula as you have requested.
PS the $ signs are important.

Regards
Rowan

s05ullivan wrote:
Add Cell local variables. Allow a cell to have multiline formulas, which can
speed up calculations such as those that use large SUMPRODUCT() queries.

For example, instead of :
=if(SUM('DO 4 MDSE:Blank'!C4),SUM('DO 4 MDSE:Blank'!C4),NA())

allow:
;TempVar=SUM('DO 4 MDSE:Blank'!C4);=If (TempVar, TempVar, NA())


----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...et.f unctions

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
Printing Excel Formulas without file paths updating Kim Excel Discussion (Misc queries) 0 August 18th 05 04:55 PM
Simple formulas in existing Excel 2002 no longer working. AllieB Excel Worksheet Functions 3 May 3rd 05 04:14 PM
Help, Urgent Excel Formulas are not calculating maashoff Excel Discussion (Misc queries) 1 May 3rd 05 12:25 AM
I want Excel to allow cells with formulas and unrelated text blueboy Excel Discussion (Misc queries) 9 March 4th 05 12:22 AM
Problems with Excel formulas when 2002 upgraded to XP Kathi McGraw Excel Worksheet Functions 0 November 16th 04 05:27 PM


All times are GMT +1. The time now is 09:31 PM.

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"