+ Reply to Thread
Results 1 to 3 of 3

Formula Suddenly Stopped Working?

  1. #1
    Registered User
    Join Date
    10-09-2012
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    32

    Question Formula Suddenly Stopped Working?

    I have a 2-lined checkbook register that I have been using for 2 years. The formulas to carry the debit/credit on the top line and then total on the second line are below.

    The formulas were working fine and then suddenly I now get a #value! error on both lines and all lines below. I checked the formatting and the cells are formatted as they should be for negative/positive numbers. Can someone tell me what is wrong with these formulas?


    =IF(D7655>0,0-D7655,IF(D7655+E7655=0,"",E7655))

    =IF(AND(ISBLANK(D7655),ISBLANK(E7655)),"",SUM(F7654-D7655+E7655))

    THANKS for your help!

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,475

    Re: Formula Suddenly Stopped Working?

    I assume the formulas are okay, just the cells they are referring to are not correct.

  3. #3
    Registered User
    Join Date
    10-09-2012
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    32

    Re: Formula Suddenly Stopped Working?

    I found out why! There was a damn space in the debit column and the formula is, of course, expecting a number or blank. So as soon as I removed the space, everything worked again.

    Thanks Dave for trying to help...

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Spin button suddenly stopped working
    By Taemex in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-19-2014, 07:23 PM
  2. [SOLVED] Vlookup function suddenly stopped working!!!!!
    By danmack in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-21-2013, 10:39 AM
  3. Replies: 3
    Last Post: 05-03-2013, 02:05 PM
  4. Code suddenly stopped working
    By bibleguy125 in forum Excel General
    Replies: 1
    Last Post: 02-15-2012, 01:00 PM
  5. Beforeclose sub suddenly stopped working
    By cuewoz in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-04-2010, 12:29 PM

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