+ Reply to Thread
Results 1 to 4 of 4

Nested logic? Array formula?

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    07-11-2005
    Posts
    110

    Nested logic? Array formula?

    A budget line can be positive or negative (revenues or expenses). Performance against the budget line can be 'better than budget', or 'worse than budget'.

    What formula will tell you whether performance is better or worse than budget, and tell you if the position has improved comparing it with performance for the previous period?

    The permutations seem endless to me - you run out of nesting 'if' statements long before you run out of possible combinations.

    Any ideas?

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by Brisbane Rob
    A budget line can be positive or negative (revenues or expenses). Performance against the budget line can be 'better than budget', or 'worse than budget'.

    What formula will tell you whether performance is better or worse than budget, and tell you if the position has improved comparing it with performance for the previous period?

    The permutations seem endless to me - you run out of nesting 'if' statements long before you run out of possible combinations.

    Any ideas?
    Hi,

    irrespective of negative or positive figures, if figure = budget = 'expected', if expenses are less than budget it's 'better', if incomes are more than budget it's 'better', otherwise it's 'worse'

    something like

    =If(figure=budget,"Expected".If(or(and(figure<budget,type=expense),and(figure>budget,type=income)),"better","Worse"))

    hth
    ---
    Si fractum non sit, noli id reficere.

  3. #3
    Forum Contributor
    Join Date
    07-11-2005
    Posts
    110

    Thanks

    I like your thinking - simple, but it works. Thanks

  4. #4
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by Brisbane Rob
    I like your thinking - simple, but it works. Thanks
    I like it simple so that I can understand it, thanks for your response.

    ---

+ 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