+ Reply to Thread
Results 1 to 3 of 3

Flagging Overdue date based on two fields

  1. #1
    Registered User
    Join Date
    02-19-2015
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    2

    Flagging Overdue date based on two fields

    Hi,

    I have a worksheet that includes amongst it's fields an invoice created date (dd/mm/yy) and an invoice status field that is text with two options paid or unpaid.

    I am trying to create a function in another cell to highlight any overdue dates (i.e. OVERDUE in text) based on whether the invoice created date is older than 28 days from todays date plus the invoice status field equals unpaid. I can do the first part with no issues but I am at a loss how to include the equals unpaid status in the function. The fields are on the same row i.e. G2 fro the invoice created date and K2 for the invoice status.

    Any pointers?

    Thanks,

    Tom

  2. #2
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Flagging Overdue date based on two fields

    Would something like this work?

    Please Login or Register  to view this content.
    Spread the love, add to the Rep

    "None of us are as smart as all of us."

  3. #3
    Registered User
    Join Date
    02-19-2015
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    2

    Re: Flagging Overdue date based on two fields

    Hi

    Many thanks for that. Appreciated.

    I was just about to post that I found a similar solution posted elsewhere which I will post here if that will help anyone as it is slightly different to yours.

    =IF(AND(U2="Unpaid", TODAY()-G2>28), "overdue","")

    Thanks again.

+ 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] Counting the number of days overdue based on date and time
    By Barking_Mad in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 09-08-2014, 10:57 AM
  2. Conditional format entire row based on overdue date range
    By jtrocki001 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-31-2013, 11:32 AM
  3. [SOLVED] Overdue vs Today Date based on Criteria Meet
    By pjlau in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-01-2012, 01:09 PM
  4. Flagging overdue dates
    By weeksy in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 08-06-2011, 05:51 AM
  5. Replies: 3
    Last Post: 07-16-2011, 11:33 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