+ Reply to Thread
Results 1 to 6 of 6

Find Number of days more Pending

  1. #1
    Forum Contributor
    Join Date
    06-05-2014
    MS-Off Ver
    Microsoft Office Professional Plus 2016
    Posts
    155

    Find Number of days more Pending

    Hi All,

    I have a file that has the cut Off date to make payment every month. Every month on that date, i am suppose to make the payment. i am trying to find a formula in next column which will tell me how many more days to go for the next cut off date.

    File is attached. the cut off date is mentioned as number since this is a monthly activity. Requesting for help.

    Thanks
    Arun
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Find Number of days more Pending

    Not sure how you count.

    So I guess

    D3 copy down
    =EOMONTH(TODAY(),0)+C3-TODAY()

    If this wrong, could you mock up manual result?

  3. #3
    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: Find Number of days more Pending

    Try this copied down:

    =IF(DAY(TODAY()>=C3),EDATE(DATE(YEAR(TODAY()),MONTH(TODAY()),C3),1)-TODAY(),C3-DAY(TODAY()))
    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.

  4. #4
    Forum Contributor
    Join Date
    06-05-2014
    MS-Off Ver
    Microsoft Office Professional Plus 2016
    Posts
    155

    Re: Find Number of days more Pending

    Thank you so much.. This is working but not when the upcoming due date falls in the current month. Example the due date is on 30th and today is 29th, the result (number of days more to go) should be 1 .. Can you please help.
    Last edited by AliGW; 11-29-2018 at 11:34 AM.

  5. #5
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Find Number of days more Pending

    Please try
    =C3-IF(C3>DAY(TODAY()),DAY(TODAY()),TODAY()-EOMONTH(TODAY(),0))

    Ali's Formula also work

    =IF(DAY(TODAY())>C3,EDATE(DATE(YEAR(TODAY()),MONTH(TODAY()),C3),1)-TODAY(),C3-DAY(TODAY()))
    Last edited by Bo_Ry; 11-29-2018 at 10:58 AM.

  6. #6
    Forum Contributor
    Join Date
    06-05-2014
    MS-Off Ver
    Microsoft Office Professional Plus 2016
    Posts
    155

    Re: Find Number of days more Pending

    Thank You so Much.. Both the formulas are working fine...
    Last edited by AliGW; 12-03-2018 at 04:27 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. [SOLVED] Find Pending word in a range
    By rajeshn_in in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-09-2017, 09:01 AM
  2. Find Number of Days Without Inventory
    By Drell411 in forum Excel General
    Replies: 7
    Last Post: 09-27-2016, 06:53 PM
  3. [SOLVED] FIND the word PENDING on a column and count it
    By Jarvin24 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-20-2015, 09:47 PM
  4. [SOLVED] Formual to find number between 2 days
    By rizmomin in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 08-26-2014, 10:54 PM
  5. [SOLVED] Find number of days between two dates
    By Test123Test in forum Excel General
    Replies: 9
    Last Post: 04-17-2014, 03:19 PM
  6. [SOLVED] How to find the number of days from 2 dates?
    By cyberdude in forum Excel General
    Replies: 1
    Last Post: 06-16-2006, 03:50 AM
  7. [SOLVED] Find number of days between to dates
    By Qaspec in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-20-2005, 09:06 PM

Tags for this Thread

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