+ Reply to Thread
Results 1 to 5 of 5

Minimizing formulas, re-calculating by a given range and time

  1. #1
    Registered User
    Join Date
    02-20-2010
    Location
    Ukraine, Donetsk
    MS-Off Ver
    Excel 2003
    Posts
    19

    Smile Minimizing formulas, re-calculating by a given range and time

    Hi,

    The first question:
    Is there some way to replace a big formula to small?

    I have, for example, =AVERAGE(MAX(MIN(CONCATENATE("SH1!",N5))))
    and I want to use it many times:
    =NEW_NAME("SH1!",N5)
    =NEW_NAME("SH1!",K9)
    and so on

    Does Excel have some options to make this, without vba of course.

    The second question:
    Is there a way to trigger the formula at particular time without using vba.

    The third question:
    How can I re-calculate the formula when something is changing in a given range, for example:
    I have =CONCATENATE("SH1!",H7), and I want re-calculate it when something is changing in J8:J88.
    Is it possible?

  2. #2
    Valued Forum Contributor rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    Re: Minimizing formulas, re-calculating by a given range and time

    All your question are a bit strange to me.

    It is thepower of excel to have a dependancey scheme how to calculate a Workbook. It is called decision models and one can read all about it here.
    http://www.decisionmodels.com/calcsecretsh.htm

    If you want to by-pass that VBA is required.

    Another way is to set calculation to manual and by pressing F9 you can do a re-calculate (CTRL/ALT/F9 – Full Calculation).

    About your first question. Why?! to start with, but if you want to you can (as you don't want to you VBA to create a User Defined Function UDF) use the Name to store part of your formula.

    About the third question. If H7 is dependant on 1 or more cells in J8:J88 than it will be done automatically. Also here it can be triggered using VBA (Events).

    Just a note. The Concatenate can be replaced by ="SH1!"&H7, where H7 most probably will contain a cell reference.

    Hope this helps. Maybe show us the big picture / your intentions.
    Looking for great solutions but hate waiting?
    Seach this Forum through Google

    www.Google.com
    (e.g. +multiple +IF site:excelforum.com/excel-general/ )

    www.Google.com
    (e.g. +fill +combobox site:excelforum.com/excel-programming/ )

    Ave,
    Ricardo

  3. #3
    Registered User
    Join Date
    02-20-2010
    Location
    Ukraine, Donetsk
    MS-Off Ver
    Excel 2003
    Posts
    19

    Re: Minimizing formulas, re-calculating by a given range and time

    Thanks for answers

    ="SH1!"&H7 this returns "SH1!H7", concatenate the value of H7.

    H7 is not dependant on J8:J88. (((

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Minimizing formulas, re-calculating by a given range and time

    well that clears that up.
    not!
    but indirect may be what you want ,not concatenate
    post a workbook with examples
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  5. #5
    Registered User
    Join Date
    02-20-2010
    Location
    Ukraine, Donetsk
    MS-Off Ver
    Excel 2003
    Posts
    19

    Re: Minimizing formulas, re-calculating by a given range and time

    I have to make a range formula. I've attached the sheet.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1