+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Significant Loss of Functionality Error

  1. #1
    Registered User
    Join Date
    09-18-2008
    Location
    Australia
    MS-Off Ver
    2010
    Posts
    66

    Significant Loss of Functionality Error

    Hi, I am trying to save one of my spreadsheets to an earlier version of Excel.
    When saving it gives me an error 'Significant Loss of Functionality'
    Followed by : 'Some of the Formulas have more levels of nesting are supported by the selected file format.

    It seems to be only one formula in the workbook and the formula is as follows:

    =IF(H3=0,H2,IF(H2>0,H3,IF(H3>0,H4,IF(H4>0,H5,IF(H5>0,H6,IF(H6>0,H7,IF(H7>0,H8,IF(H8>0,H9,IF(H9>0,H10,IF(H10>0,H11,IF(H11>0,H12,IF(H12>0,H13))))))))))))

    Each Cell from H2 to H13 will display the monthly account balance from that particular months spreadsheet.
    The Formula (H14) is supposed to show the monthly total $ as the account balance varies from Jan-Dec. I only want the Current month to display when it varies from the previous months balance. (Progressive account total month by month) .

    Each cell from H2-H13 displays blank when the Month's balance is 0.

    If I save the workbook without changing, I get #VALUE Error in Cell H14.


    Thanks in Advance,
    Martin

  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: Significant Loss of Functionality Error

    Try this array formula, which must be confirmed with Ctrl+Shift+Enter rather than just Enter:

    =IF(H3=0, H2, INDEX(H3:H13, MATCH(TRUE, H2:H12>0, 0), 0) )
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    09-18-2008
    Location
    Australia
    MS-Off Ver
    2010
    Posts
    66

    Re: Significant Loss of Functionality Error

    Hi, shg , thanks. sorry for the long time to reply but the formula work for H2, H3 but when it comes to H4 the formula does not update in H14. H14 stays as the value in H3.

    I've attached the work book to try and clarify what I am doing.

    Look in the monthly totals sheet...

    Cheers in advance

    Martin
    Attached Files Attached Files
    Last edited by Lungfish; 03-08-2009 at 08:59 AM. Reason: answer did not work and no response to next question, opened new thread

+ 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