Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default can excel automatically collect variables to redue a formula's si.

can excel automatically collect variables to redue a formula's size. An
example of what I'm trying to reduce is below,

=1.49*(((PI()*(360*(2*ACOS(1-2*I17/G17))/(2*PI()))-180*SIN(2*ACOS(1-2*I17/G17)))*(G17^2/1440))/144)*(((1-180*SIN(2*ACOS(1-2*I17/G17))/(PI()*(360*(2*ACOS(1-2*I17/G17))/(2*PI()))))*(G17/4))/12)^(2/3)*J17^0.5/N17
  #2   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default can excel automatically collect variables to redue a formula's si.

You could, perhaps, use a defined name (or put a piece of the computation in
another cell and just reference that cell in your larger formula).

As an example using a defined name, click insert/names/define. For name, I
will use "x".
Refers To: =2*ACOS(1-2*$I$17/$G$17)

Then your formula would be:
=1.49*(((PI()*(360*x/(2*PI()))-180*SIN(x)))*(G17^2/1440))/144)*(((1-180*SIN(x))/(PI()*(360*x)/(2*PI()))))*(G17/4))/12)^(2/3)*J17^0.5/N17

You could also use Laurent Longre's Morefunc add-in, which uses SETV and
GETV to store a value in a variable and retrieve it in your formula. See
here for more details:

http://xcell05.free.fr/




"JeffV" wrote:

can excel automatically collect variables to redue a formula's size. An
example of what I'm trying to reduce is below,

=1.49*(((PI()*(360*(2*ACOS(1-2*I17/G17))/(2*PI()))-180*SIN(2*ACOS(1-2*I17/G17)))*(G17^2/1440))/144)*(((1-180*SIN(2*ACOS(1-2*I17/G17))/(PI()*(360*(2*ACOS(1-2*I17/G17))/(2*PI()))))*(G17/4))/12)^(2/3)*J17^0.5/N17

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
Automatically duplicate variables Dina Excel Worksheet Functions 2 June 13th 07 04:41 PM
Creating Entries Automatically from Variables zimbound Excel Discussion (Misc queries) 3 July 21st 06 03:43 AM
automatically updating graphs based upon conditional variables GGC Charts and Charting in Excel 2 June 22nd 06 01:31 PM
collect data's from different excel files Alex Excel Worksheet Functions 2 November 22nd 05 04:08 PM
Collect numbers.... Zadig Galbaras Excel Discussion (Misc queries) 5 September 25th 05 02:20 AM


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