About 50 results
Open links in new tab
  1. Calculating days between two dates where one cell is empty

    Jun 25, 2011 · Hi everyone' I am trying to calculate the number of days between two dates (a start and an end date) and also where if the end date is left blank it calculates today as the end …

  2. Pivot Table formula to find days between dates - MrExcel

    May 23, 2005 · Hello All, Happy holidays! Each row of my Case data contains 2 dates: CreatedOn and ModifiedOn. I made a calculated field "Duration" with formula = ModifiedOn-CreatedOn It's …

  3. Number of days if no end date | MrExcel Message Board

    Dec 2, 2013 · Hi, I need to calculate the number of days when I have the start date but I do not have the end date (meaning the project is still open). I have two columns Start date = 1/1/2018 …

  4. conditional formatting based on number of days between two …

    Dec 13, 2013 · I need an excel formula which will change the colour of a cell based on the number of days between two dates. I presume I would have to enter this formula in the 'new …

  5. Calculate Workdays for 5, 6, and 7 Day Workweeks - MrExcel

    Jan 22, 2021 · Calculate how many workdays fall between two dates. Excel’s NETWORKDAYS function does this if you happen to work the five days between Monday and Friday inclusive. …

  6. Average # of days between multiple dates? - MrExcel

    Apr 27, 2016 · Extra credit: Any way to get the formulas to ignore weekend dates? I.e., I have a worksheet working now that calculates the number of days between each new row entry …

  7. Using an IF statement and calculating days between 2 dates

    Jun 28, 2006 · So my question again is - how do I calculate the number of days elapsed between two dates only when there is a value in the date column for both cells? I thought it might be …

  8. Calculate date difference without datedif function - MrExcel

    Dec 23, 2024 · Hi guys, I want to calculate the difference between a start date of absence and recovery date. Below is a snip from my current dataset. few things: 1. Datedif doesnt 2. nor …

  9. Calculate days between dates and ignore blank cells - MrExcel

    Dec 27, 2021 · I have a file that contains dates under column I (start with row 2) and column J (also start with row 2) I need to build a pivot table to show the number of days between …

  10. How to Stop Excel from Calculating the Days Between Two Dates if …

    Aug 6, 2020 · We often calculate the amount of days between two dates for calculating interest (=DAYS (A22,A21) OR =A22-A21), but if there's no date in the cell below (i.e. the end date) it …