+ Reply to Thread
Results 1 to 8 of 8

showing the days passed after receiving

  1. #1
    Forum Contributor
    Join Date
    08-02-2012
    Location
    Austria
    MS-Off Ver
    Excel 2007
    Posts
    457

    showing the days passed after receiving

    Hi all,

    I have some trouble finding a formula that will start counting from the day received or starting from 02/01/2014.
    I have cases that I have 14 workdays or 5 workdays. If the letter was received at 02/01/2014 or later, it should count from that day on depending if in the column O there is TRUE (in that case 5 days, if FALSE, then 14 working days).
    If the letter was received before 02/01/2014, then it should count from that date on.

    No I use the formula:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    But I only get the count of days and does not reflect the ones needed.

    It would be great to get help on this one ;-)

    Greetings.

  2. #2
    Forum Contributor
    Join Date
    08-02-2012
    Location
    Austria
    MS-Off Ver
    Excel 2007
    Posts
    457

    Re: showing the days passed after receiving

    Hi all,

    Before I forget, I'm using now Excel 2007 ;-)

  3. #3
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: showing the days passed after receiving

    Your request is not so clear(At least to me!

    Perhaps

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,459

    Re: showing the days passed after receiving

    As per your info:
    Quote Originally Posted by Megatronixs View Post
    I have cases that I have 14 workdays or 5 workdays. If the letter was received at 02/01/2014 or later, it should count from that day on depending if in the column O there is TRUE (in that case 5 days, if FALSE, then 14 working days).
    Populate a date after 5 or 14 working days from 02/01/2014 or later
    Quote Originally Posted by Megatronixs View Post
    If the letter was received before 02/01/2014, then it should count from that date on.
    Populate number of working days btw two date.
    Finally, what kind of data do you need, date or days count?
    Quang PT

  5. #5
    Forum Contributor
    Join Date
    08-02-2012
    Location
    Austria
    MS-Off Ver
    Excel 2007
    Posts
    457

    Re: showing the days passed after receiving

    Hi Fotis1991,,

    Maby if I can illustrate it ;-)

    Lets say I have column A where the date of received is inserted. In column B I have if it is a priority or not (TRUE is 5 working days to finish the case and False 14 working days to finish the case)
    If I did receive a letter in the past and have the date in column A 12-DEC-2013, then I need to start counting from the 02-JAN-2014 (if it is TRUE, it should be finished on the 08-JAN-2014, if FALSE then on the 21-JAN-2014). If I receive a letter today, then it should start counting from today (also depending if TRUE or FALSE). So a letter today I need to finish if TRUE on the 10-FEB-2014 or if FALSE on the 21-FEB-2014.

    I hope this is more clear now ;-)

  6. #6
    Forum Contributor
    Join Date
    08-02-2012
    Location
    Austria
    MS-Off Ver
    Excel 2007
    Posts
    457

    Re: showing the days passed after receiving

    Hi bebo021999,

    I just need the count of the days, but maybe a column next to the count of days with the day would be also great to have ;-)

    Greetings.

  7. #7
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,459

    Re: showing the days passed after receiving

    I think:

    With B1 is TRUE/FALSE, A1 is receiving date:

    * to define which started date to be applied:

    IF(A1<TODAY(),"02/01/2014",TODAY())

    * to define what working days to be applied:

    IF(B1=TRUE,5,14)

    Finally, use WORKDAY to returns date:

    Please Login or Register  to view this content.

  8. #8
    Forum Contributor
    Join Date
    08-02-2012
    Location
    Austria
    MS-Off Ver
    Excel 2007
    Posts
    457

    Re: showing the days passed after receiving

    Hi Bebo021999 and Fotis1991,

    Thanks for your help. I will try it later on as I don't have much time now.

    Greetings.

+ 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] Any Formula to know how many days have passed from one date to another?
    By hcastro in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 08-08-2013, 07:06 PM
  2. [SOLVED] Dynamically calculate days that have passed in a month
    By sbaipsys in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-08-2012, 05:57 PM
  3. Number of days passed monthly/yearly
    By cell-dweller in forum Excel General
    Replies: 2
    Last Post: 06-20-2010, 10:31 PM
  4. Calculating Number of Months passed between two sets of days
    By Cindylu3 in forum Excel - New Users/Basics
    Replies: 9
    Last Post: 01-24-2009, 12:24 PM
  5. Date Difference Countdown (Days to go & Passed)
    By Merlin54k in forum Excel General
    Replies: 1
    Last Post: 03-27-2008, 08:38 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