+ Reply to Thread
Results 1 to 3 of 3

max

  1. #1
    Antonio
    Guest

    max

    Cell A1 is named "max"

    Formula in A1 is:
    =IF(TOTAL_PORTFOLIO_VALUE>max,TOTAL_PORTFOLIO_VALUE,max)

    this calculates the maximum Total Portfolio Value that is updated every
    second with life market prices

    The problem is that it has an implicit circular reference that I solve by
    iteration.

    Anybody knows of a different way to calculate the max without a circular
    reference?

    Thanks,

    Antonio

  2. #2
    Paul Lautman
    Guest

    Re: max

    Antonio wrote:
    > Cell A1 is named "max"
    >
    > Formula in A1 is:
    > =IF(TOTAL_PORTFOLIO_VALUE>max,TOTAL_PORTFOLIO_VALUE,max)
    >
    > this calculates the maximum Total Portfolio Value that is updated
    > every second with life market prices
    >
    > The problem is that it has an implicit circular reference that I
    > solve by iteration.
    >
    > Anybody knows of a different way to calculate the max without a
    > circular reference?
    >
    > Thanks,
    >
    > Antonio


    Why is it a "problem"?



  3. #3
    Antonio
    Guest

    Re: max

    The problem is twofold:

    1. "Calculate" is permanently in the task bar. The spreadsheet is large and
    complex with plenty of macros that turn calculation on and off and I do not
    know for sure when I need to recalculate.

    2. The iterations needed do slow down the calculation of the spreadsheet
    (although I only do 2 iterations).

    These are not major problems but the situation is not optimal.

    Thanks,

    Antonio

    "Paul Lautman" wrote:

    > Antonio wrote:
    > > Cell A1 is named "max"
    > >
    > > Formula in A1 is:
    > > =IF(TOTAL_PORTFOLIO_VALUE>max,TOTAL_PORTFOLIO_VALUE,max)
    > >
    > > this calculates the maximum Total Portfolio Value that is updated
    > > every second with life market prices
    > >
    > > The problem is that it has an implicit circular reference that I
    > > solve by iteration.
    > >
    > > Anybody knows of a different way to calculate the max without a
    > > circular reference?
    > >
    > > Thanks,
    > >
    > > Antonio

    >
    > Why is it a "problem"?
    >
    >
    >


+ 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