+ Reply to Thread
Results 1 to 9 of 9

highlight payment delays

  1. #1
    Registered User
    Join Date
    07-19-2018
    Location
    sri lanka
    MS-Off Ver
    2010
    Posts
    33

    highlight payment delays

    please help me guys.
    i need to highlight payment delays.

    file is attached

    need to highlight relevant last payment cell, if the last payment is older than 1 month.
    Attached Files Attached Files

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

    Re: highlight payment delays

    Please manually mock up what you want to see and post again. Shade cells manually. Include some examples that do not meet the criteria.
    Last edited by AliGW; 01-08-2019 at 02:34 AM.
    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.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    07-19-2018
    Location
    sri lanka
    MS-Off Ver
    2010
    Posts
    33

    Re: highlight payment delays

    attached the requirement
    Attached Files Attached Files

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,780

    Re: highlight payment delays

    Thanks. Now please wait patiently. There is no need to (and the rules say you should not) pester members via private message.

  5. #5
    Registered User
    Join Date
    07-19-2018
    Location
    sri lanka
    MS-Off Ver
    2010
    Posts
    33

    Re: highlight payment delays

    ok. im sorry

  6. #6
    Registered User
    Join Date
    07-19-2018
    Location
    sri lanka
    MS-Off Ver
    2010
    Posts
    33

    Re: highlight payment delays


  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,780

    Re: highlight payment delays

    Please remember that those who help here do so voluntarily and of their own goodwill. They live in many different time zones and many will be out at work right now if they are not asleep on the other side of the globe. This is not a paid 'service': members will help when they are ready and able to do so, and not 'on demand'. Please do not try to put pressure of time on anyone here: if you get the help you need today, that's fine, but you

  8. #8
    Registered User
    Join Date
    07-19-2018
    Location
    sri lanka
    MS-Off Ver
    2010
    Posts
    33

    Re: highlight payment delays

    i understand and im waiting for a reply

  9. #9
    Forum Expert Roel Jongman's Avatar
    Join Date
    03-28-2015
    Location
    Netherlands
    MS-Off Ver
    Office 365
    Posts
    1,483

    Re: highlight payment delays

    hi kasun,

    To color cells you use conditional formatting.
    Since your example is dated in the past I have used a help cell in M1 to determine overdue lines

    I have put the following formula in Conditional formatting of the range M4:M9

    PHP Code: 
    =NOT(ISNUMBER(HLOOKUP(DATE(YEAR($M$1);MONTH($M$1)-1;1);$A$4:$L$9;ROW()-3))) 
    depending on your local pc settings you might want to use , (comma) instead of ; (semi-colon) as separators in the formula

    This formula finds the column 1 month earlier then the first of month of the date in M1 and tests if that cell as any value

    lets breakdown the formula starting with the HLookup
    1: DATE(YEAR($M$1);MONTH($M$1)-1;1)> this determines the date of the column to find
    2: $A$4:$L$9 > is the lookup range to find the column
    3: ROW()-3 > this helps find the rownumber of the currentline in the range A4:L9.

    the ISNUMBER() tests if there is a number in the found cell. When there is no number in the cell of june 18 then the outcome is FALSE. But because conditional formatting triggers on TRUE statements you use NOT() formula to change FALSE to TRUE
    simularly if there is a number then the not() formula will revert the TRUE to FALSE


    ____________
    sidenote: I ignored the merged cells row, even though in this example the outcome is correct, merged cells will cause problems, also the formula does not take quarterly payments into account as there is no field to distinguish if there is a montly or a quarterly payment schedule in place.
    Attached Files Attached Files
    Last edited by Roel Jongman; 01-08-2019 at 07:33 AM.

+ 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: 5
    Last Post: 03-07-2017, 02:52 AM
  2. Replies: 1
    Last Post: 02-04-2016, 01:03 PM
  3. [SOLVED] delays in calculations
    By rod642 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 09-21-2015, 07:30 AM
  4. Counting Delays
    By komhs in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-18-2013, 12:09 PM
  5. sum formula processing delays
    By erickguz in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-26-2008, 04:24 AM
  6. Calculation Delays Until Save
    By tberard in forum Excel General
    Replies: 1
    Last Post: 01-28-2005, 01:53 PM
  7. Excel Delays
    By TomXYZ in forum Excel General
    Replies: 1
    Last Post: 01-13-2005, 09:06 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