Forum Discussion
hschdk
Oct 04, 2021Copper Contributor
Data to days
Hello How do i get the numbers of days between 2 dates? Example: 17-06-2021 - 19-06-2021 i want to count the days between the 2 dates(numbers of days 2). And if possible to always use the...
- Oct 04, 2021
Please check in attached file
SergeiBaklan
Oct 04, 2021Diamond Contributor
- hschdkOct 04, 2021Copper ContributorI want to count the days between 2 date format
example:
A1; entry date=17-06-2021
B1: Salesdate= 20-06-2021
C1= Numbes of dayes between(want to have excel to return the numbes) 3 days- SergeiBaklanOct 04, 2021Diamond Contributor
Days in Excel are sequential integers numbers starting from 1 which is Jan 01, 1900 (on Windows). Format only defines how to show such numbers. If you enter =TODAY() and apply General format that will be
- hschdkOct 04, 2021Copper ContributorCan't get it to work🤔
- SergeiBaklanOct 04, 2021Diamond Contributor