+ Reply to Thread
Results 1 to 3 of 3

Formula sequence

  1. #1
    Registered User
    Join Date
    10-21-2011
    Location
    Kingston jamaica
    MS-Off Ver
    Excel 2007
    Posts
    1

    Formula sequence

    Is there a way to control the sequence in which formulas in various cells in a spreadsheet are performed, without using macros?

    I am analysing data imported live with various conditional formulas and issuing instructions based on the results, but to avoid conflicts the formulas have to be calculated sequentially and in a specific order
    .
    I would be most grateful for any suggestions.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Formula sequence

    Welcome to the forum.

    No. Excel has a very well-designed calculation engine to ensure that formulas are computed in the correct order.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Formula sequence

    Although not very clean, you could have a cell which represents your calculation step - let's name it 'Stepper'.

    Then in the formulae you need to calculate first, you would utilize:
    =if(Stepper>=1,<your formula here>,"")

    The second set of formulae would be:
    =if(Stepper>=2,<your formula here>,"")

    And so on.

    You would then manually increment the Stepper cell to ensure calculations are done in sequence.

    Pauley

+ 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