Forum Discussion

smanas87's avatar
smanas87
Copper Contributor
Mar 01, 2023
Solved

Datedif function for duplicates

Hi I'm trying an excel formula for the below. I need to find the difference of the highlighted dates for each ID in months. Thank you

IDStart DateEnd Date
15/1/20221/31/2023
16/1/20221/31/2023
26/1/20222/28/2023
29/1/20222/28/2023
   
  • smanas87 

    Which version of Excel do you use? MAXIFS is available in Office 2019, Office 2021 and Microsoft 365.

    If you have an older version, try the following formula, confirmed by pressing Ctrl+Shift+Enter:

     

    =DATEDIF(MAX(IF($A$2:$A$100=A2, $B$2:$B$100)), C2, "m")

6 Replies

    • smanas87's avatar
      smanas87
      Copper Contributor

      HansVogelaar Thank you - Is it possible to get the difference of the dates in months? right now it gives me a 0. For eg for ID 1 I want cell D2 to show 6

Resources