+ Reply to Thread
Results 1 to 6 of 6

SOLVED what's missing. one row works; none of others do.

  1. #1
    Registered User
    Join Date
    07-08-2019
    Location
    US
    MS-Off Ver
    2016
    Posts
    4

    SOLVED what's missing. one row works; none of others do.

    I don't understand how why row 8 in worksheet 2020 is working and none of the others in that worksheet or any of the others aren't. I have rechecked my formulas...they all look okay.
    thanks
    Debbie
    Attached Files Attached Files
    Last edited by dbrhlngls; 09-25-2019 at 07:32 AM. Reason: solved

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: what's missing. one row works; none of others do.

    Hi Debbie, welcome to the forum.

    When you say that the rows "aren't working", what do you mean by this?

    I see that there are #VALUE! errors in column V. This happens whenever column T is blank.

    Column T is blank whenever column L is "Late".

    What do you expect to see that you aren't currently seeing?
    Last edited by 63falcondude; 09-24-2019 at 01:48 PM.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,814

    Re: what's missing. one row works; none of others do.

    You could avoid the #VALUE errors by changing the formula in V8 to this:

    =IF(Q8>T8,"",SUM(T8,-Q8))

    though that will show you negative values if T8 is blank. You can intercept the errors by doing this in V8:

    =IFERROR(IF(Q8>T8,"",T8-Q8),"")

    which will return a blank instead.

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    07-08-2019
    Location
    US
    MS-Off Ver
    2016
    Posts
    4

    Re: what's missing. one row works; none of others do.

    so when i change date in S8 the numbers change correctly in T8/V8 depending on what number I put in Q8. I want the info to change in the other rows the same way.
    debbie
    Last edited by dbrhlngls; 09-24-2019 at 02:48 PM. Reason: clarity

  5. #5
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,852

    Re: what's missing. one row works; none of others do.

    I believe they do when you change the status from "Late" to something else (like "Complete")

  6. #6
    Registered User
    Join Date
    07-08-2019
    Location
    US
    MS-Off Ver
    2016
    Posts
    4

    Re: what's missing. one row works; none of others do.

    thanks everyone.....it worked based on your suggestions...I am so new at Excel it's embarrassing to realize what I was missing was so simple

+ 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. Replies: 0
    Last Post: 04-07-2017, 06:43 PM
  2. how can i make this code works for multiple links it only works for one link
    By baig123 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-12-2014, 08:38 AM
  3. Replies: 2
    Last Post: 10-30-2014, 11:10 AM
  4. [SOLVED] Missing how this works
    By dan2014 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 08-20-2014, 01:53 PM
  5. Subtotal works fine but summary is missing
    By antonf in forum Excel General
    Replies: 6
    Last Post: 11-15-2010, 08:09 AM
  6. Excel Addin works that works on a template workbook
    By s.jay_k in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-15-2006, 03:35 PM
  7. Replies: 1
    Last Post: 06-21-2005, 12:05 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