+ Reply to Thread
Results 1 to 10 of 10

Conditional Formatting with Reminder

  1. #1
    Registered User
    Join Date
    06-14-2016
    Location
    Pensacola, FL
    MS-Off Ver
    MS Office 2010
    Posts
    6

    Conditional Formatting with Reminder

    Hi all,
    I work in a hospital pharmacy and I'm trying to use my excel spreadsheets to help me monitor our patients. Certain medications require pharmacists to monitor at least every 72-96 hours.

    How would I set up a conditional reminder that would notify me if I hadn't completed my monitoring in the last 72 hours?

    I'm not an advanced user, so detailed/simple instructions would be very, very much appreciated.

    Ben

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,136

    Re: Conditional Formatting with Reminder

    you can use a formula conditional formatting

    Assuming the date and time is in A1

    =And(A1<>"", a1<now()-72/24)



    Please upload a small clean sample of your data / workbook (not a picture) to the forum, Make sure you have removed any private information, remember this is a public forum and so available to anyone
    We would like to see an example of your data and also a manual mock up of the expected results you want to achieve.

    To attach a file to your post,
    click "Go advanced" (next to quick post),
    scroll down until you see "manage Attachments",
    click that and select "Choose File" (top Left corner).
    Find your file, click "Open" click "upload" click 'close windows" Top Right. click "Submit Reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: Conditional Formatting with Reminder

    Do you have a sample spreadsheet for us to help you with?
    Please ensure you mark your thread as Solved once it is. Click here to see how.
    If a post helps, please don't forget to add to our reputation by clicking the star icon in the bottom left-hand corner of a post.

  4. #4
    Registered User
    Join Date
    06-14-2016
    Location
    Pensacola, FL
    MS-Off Ver
    MS Office 2010
    Posts
    6

    Re: Conditional Formatting with Reminder

    See attached
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    06-14-2016
    Location
    Pensacola, FL
    MS-Off Ver
    MS Office 2010
    Posts
    6

    Re: Conditional Formatting with Reminder

    So, I open this spreadsheet everyday. Typically, there are 60-70 different sheets (one for each patient). We put our initials in the 'RPH' column whenever we complete monitoring for that day. Is there a way I can set the Reminder column to alert me if the RPH column is empty for the last 3-4 days?

  6. #6
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: Conditional Formatting with Reminder

    Where would you want the reminder and where is the data when you HAVE put your initials?

    EDIT: I think I see now.

    Please Login or Register  to view this content.
    would be the conditional formatting formula to use in Q10 and down.
    Last edited by mikeTRON; 06-14-2016 at 03:47 PM.

  7. #7
    Registered User
    Join Date
    06-14-2016
    Location
    Pensacola, FL
    MS-Off Ver
    MS Office 2010
    Posts
    6

    Re: Conditional Formatting with Reminder

    I've actually never done a reminder on excel. Would there be a pop-up box for each reminder setup upon opening the file?

    So, we fill out the data horizontally on the dates that we review the patient, then put our initial at the end of that Row. Basically, the RPH initial at the end of each Row would determine if the review had been completed.

    Does that answer your questions?

  8. #8
    Registered User
    Join Date
    06-14-2016
    Location
    Pensacola, FL
    MS-Off Ver
    MS Office 2010
    Posts
    6

    Re: Conditional Formatting with Reminder

    I've actually never done a reminder on excel. Would there be a pop-up box for each reminder setup upon opening the file?

    So, we fill out the data horizontally on the dates that we review the patient, then put our initial at the end of that Row. Basically, the RPH initial at the end of each Row would determine if the review had been completed.

    Does that answer your questions?

  9. #9
    Registered User
    Join Date
    06-14-2016
    Location
    Pensacola, FL
    MS-Off Ver
    MS Office 2010
    Posts
    6

    Re: Conditional Formatting with Reminder

    =And(Q1<>"", 11<now()-72/24)

    So I would paste that into column Q? From Row 10 on down?

  10. #10
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,136

    Re: Conditional Formatting with Reminder

    you need to decide how you want to proceed
    -72 hours
    RPH blank

    you could check for both

    =And(A10<>"", A10<now()-72/24, Q10="")

    this will check for
    A10 not being blank
    Q10 being blank - ie NO Initials
    And
    A10 Date is greater than 72 hours before the time you open the sheet

    and colour the cell RED

    BUT also if you put
    =IF(AND(A10<>"", A10<NOW()-72/24, Q10=""), "CHECK", "")
    into R10

    and copy down that will add the word check - but does not create a POP-UP

+ 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. Conditional Formatting Removing Previous Conditional Formatting?
    By CravingGod in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-04-2016, 01:02 PM
  2. Replies: 6
    Last Post: 01-08-2016, 06:44 PM
  3. Formatting Cells with Date or Text Values in a Conditional Formatting Formula
    By Phil Hageman in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-15-2014, 09:36 AM
  4. Opening xlsm files with conditional formatting opens with removed conditional formatting
    By Martijn.Steenbakker in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-07-2014, 05:38 AM
  5. Replies: 1
    Last Post: 09-20-2013, 06:23 PM
  6. Replies: 3
    Last Post: 05-15-2012, 04:13 PM
  7. Conditional Summing reminder/refresher (please!)
    By LeeHarris in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-31-2006, 05:40 AM

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