+ Reply to Thread
Results 1 to 5 of 5

Complaints Sheet - Highlighting row if blank cell is blank for two days

  1. #1
    Registered User
    Join Date
    11-01-2012
    Location
    england
    MS-Off Ver
    Excel 2010
    Posts
    3

    Complaints Sheet - Highlighting row if blank cell is blank for two days

    Hi people. I need some help. I have created a complaints sheet for work. Basically this is how the columns work:

    A - Date of Call
    B - Time of Call
    C - Name of Customer
    D - Address
    E - Message
    F - Date Passed On
    G - Days Taken to Resolve.

    At the moment I have conditional formatting on columns A and F, if it is more than 2 days for the complaint to be addressed then the cell in column F turns red, less then 2 days and it turns green. Column G pretty much works the same I just have F minus A.


    MAIN PROBLEM:

    My boss wants the following to occur. If there is a date in column A but no date in column F/blank cell after 2 days. (i.e. the complaint hasn't been resolved) the entire row should highlight red. I'm at my wits end trying figure out how to get this working but with no results, anyone got any ideas?


    SIDE PROBLEM:

    There is a complaints sheet for each month, is it possible for the sheets tab to highlight red if that month has passed and there are any outstanding complaints not resolved?

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,705

    Re: Complaints Sheet - Highlighting row if blank cell is blank for two days

    Welcome to the Forum!

    You would add a conditional formatting rule that would apply to A:G, using "use a formula"

    =AND($F1="",$A1+2<TODAY())

    and the format for the rule is red fill.

    It is nearly always a good idea to attach a workbook; I would have implemented it for you Your description, however, is very good.

    As for your side problem, conditional formatting cannot apply to worksheet tab colors. However, it could be done with a macro if you want to go down that road.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    11-01-2012
    Location
    england
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Complaints Sheet - Highlighting row if blank cell is blank for two days

    Hey man thank you for the quick reply! I've implemented your formula and it works almost exactly how I need it to. One problem though, all the rows now are red and turn to no fill colour once a corresponding date has been entered, its sort of backwards the way it is at the moment (Red to no fill instead of no fill to red after stated time).

    Could you post a correction on how to get around this or I have attached the spreadsheet to this post if you want to implement it.
    Attached Files Attached Files

  4. #4
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,705

    Re: Complaints Sheet - Highlighting row if blank cell is blank for two days

    Oh, sorry. I forgot to add a test for a blank row to the condition. I added $A1<>"" to the set of conditions. Also, since you also have the time of the call, I included that in the determination of elapsed time. Now the row turns red if more than 48 hours have passed since the date/time of the call. [northern88=conditional formatting based on elapsed time=Complaints Spreadsheet.xlsx]

  5. #5
    Registered User
    Join Date
    11-01-2012
    Location
    england
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Complaints Sheet - Highlighting row if blank cell is blank for two days

    Thank You so much! I really appreciate it. I've now marked the thread as solved.

+ 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