+ Reply to Thread
Results 1 to 17 of 17

Noob question: Conditional formatting

  1. #1
    Registered User
    Join Date
    10-24-2017
    Location
    London
    MS-Off Ver
    2013
    Posts
    6

    Noob question: Conditional formatting

    Hi all, Ill admit I dont know much about Excel, it scares me!

    How ever I need to use it! My question surrounds Conditional formatting, I want to create a tracker with modules, when a module is complete I will enter the date. Each module has its own column, the last column is called "complete" and this is what I would like help with, once each module has a date entered, the "Completed" column cell turns green or red depending if complete or not.

    I have attached an example of how I would like it to look. I am using Excel 2013, is this possible? if so how?

    Thanks in advance all!
    Dan
    Attached Images Attached Images

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,203

    Re: Noob question: Conditional formatting

    Try this:

    1. Create a CF rule using the formula =COUNTIF($E4:$L4,"<>")>0 for red.
    2. Create a CF rule using the formula =COUNTIF($E4:$L4,"<>")=0 for green.
    3. Set the applies to box for both rules to $M:$M.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

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

    Re: Noob question: Conditional formatting

    Hi and welcome to the forum

    You want to CF the completed column when a date is entered into which column?

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Noob question: Conditional formatting

    Yes. Like this, with two CF formulae:

    =ISBLANK(E2)

    and

    =E2="Complete"

    aplly to the range of cells (E2 to E20, in the attached sheet). Adjust the cell refs to suit (I couldn't see your pic clearly).
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  5. #5
    Registered User
    Join Date
    10-24-2017
    Location
    London
    MS-Off Ver
    2013
    Posts
    6

    Re: Noob question: Conditional formatting

    I would like it to say complete when the all the cells from E$4 to L4 have a date entered, and if one dat is removed it changed to not completed.

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,203

    Re: Noob question: Conditional formatting

    That is what the CF rules I gave you should do - did you try them?

  7. #7
    Registered User
    Join Date
    10-24-2017
    Location
    London
    MS-Off Ver
    2013
    Posts
    6

    Re: Noob question: Conditional formatting

    thank you so much for getting back to me so fast, I tried what Ali and Glenn (thank you for sending a example, legend!) unfortunatly I cant get that to work. I may of articulated it incorrectly. If any cell between E4 and L4 dont have a date entered the "completed" column remains red, once a date is entered in all cells between E4 and L4 it changes to green.

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,203

    Re: Noob question: Conditional formatting

    Please attach your workbook here. I understood perfectly what you want. If you provide the workbook, I can troubleshoot it for you.

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

    Re: Noob question: Conditional formatting

    Since you want 2 colors, you will have to create 2 rules. Try this:

    Rule 1:
    Highlight M4:M25 > Conditional Formatting > New Rule > Use a formula
    =COUNTIF(E4:L4,">0")=8
    Format: Fill green > OK > OK

    Rule 2:
    Highlight M4:M25 > Conditional Formatting > New Rule > Use a formula
    =AND(A4<>"",COUNTIF(E4:L4,">0")<>8)
    Format: Fill red > OK > OK

  10. #10
    Registered User
    Join Date
    10-24-2017
    Location
    London
    MS-Off Ver
    2013
    Posts
    6

    Re: Noob question: Conditional formatting

    Hey Ali, thank you so much for looking at it for me! ive attached the workbook
    Attached Files Attached Files

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

    Re: Noob question: Conditional formatting

    Note that September 31st (E4) is not a valid date.

  12. #12
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,203

    Re: Noob question: Conditional formatting

    There is nothing to troubleshoot. I asked to see the workbook where you had tried to use the CF formulae I gave you - please attach that version.

  13. #13
    Registered User
    Join Date
    10-24-2017
    Location
    London
    MS-Off Ver
    2013
    Posts
    6

    Re: Noob question: Conditional formatting

    Sorry Ali I misunderstood you. Ive attached the version to where ive tried to apply the advice you gave me, initially it looks like its working but when you add data to the cell it doesnt change the completes cell.
    Attached Files Attached Files

  14. #14
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,203

    Re: Noob question: Conditional formatting

    You'd got into a bit of a pickle! Attached is an amended version.
    Attached Files Attached Files

  15. #15
    Registered User
    Join Date
    10-24-2017
    Location
    London
    MS-Off Ver
    2013
    Posts
    6

    Re: Noob question: Conditional formatting

    Ali Thank you so much! out of curiosity what was the pickle (Story of my life lol)

  16. #16
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,203

    Re: Noob question: Conditional formatting

    Well, you'd got lots of other rules conflicting and you had the colours the wrong way round. I amended these things and then I needed to add an extra bit to the second rule to make it format the cell only if column A contains data, too. You had also left the manual cell colouring in place, which was in the way.

  17. #17
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,203

    Re: Noob question: Conditional formatting

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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] Help! Conditional Formatting Noob.
    By MMolloy in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-06-2014, 09:31 AM
  2. Sort Row to Column given Rule
    By sourgreen in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-25-2014, 06:00 PM
  3. [SOLVED] Conditional Formatting Formula needed for noob
    By Patrick Byrne in forum Excel General
    Replies: 1
    Last Post: 04-04-2012, 05:48 PM
  4. noob question
    By Stino in forum Excel General
    Replies: 1
    Last Post: 12-06-2006, 04:40 AM
  5. Noob question
    By Micro_pal in forum Excel General
    Replies: 5
    Last Post: 09-02-2005, 09:05 PM
  6. Noob question
    By Micro_pal in forum Excel General
    Replies: 4
    Last Post: 09-02-2005, 08: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