Come utilizzare la funzione DAYS in Excel
In questo articolo, impareremo come utilizzare la funzione giorni in Excel.
In parole semplici, la funzione GIORNI restituisce il numero di giorni tra 2 date nella funzione GIORNI di excel ottiene un numero che è il conteggio dei giorni tra due date date.
Sintassi:
=DAYS (end_date, start_date)
Start_date: dalla data End_date: fino alla data Comprendiamo questa funzione utilizzandola in un esempio.
Usa la formula.
B2 : end_date A2 : start_date You can see the formula returns a number, the total days elapsed between the two dates. Now copy the formula to other cells using shortcut key Ctrl + D. Use the above function formulas to get the days between dates in Excel. Alternate method Excel stores dates as numbers, a simple mathematical formulation explained. So just need to subtract the two dates it will get the days between the two dates. <div="bbbb">=later_date - earlier date
Oppure
=IF(date1>date2, date1 - date2, date2 - date1)
Utilizza la formula seguente, se non sai quale data inserire per prima.
Comprendiamo questa funzione usandola come esempio.
Usa la formula nelle celle C2 e D2.
=A2-B2
Questa formula ti dà risultati negativi se la data1 <data2.
Se non vuoi preoccuparti di quale è più piccolo, usa la formula seguente nelle celle rimanenti
=IF(A4>B4, A4-B4, B4-A4)
Usa le formule della funzione sopra per ottenere i giorni tra le date in Excel Spero che tu abbia capito come ottenere i giorni tra le date usando la funzione GIORNI in Excel. Esplora altri articoli sulle funzioni Data e ora di Excel qui. Non esitare a esprimere la tua domanda o il tuo feedback per l’articolo precedente.
Articoli principali:
Articoli popolari:
link: / keyboard-formula-shortcuts-50-excel-shortcuts-to-aumentare-la-produttività [50 scorciatoie Excel per aumentare la produttività]
`link: / excel-date-and-time-how-to-use -la-funzione-adesso-in-excel [Come usare la funzione CERCA.VERT in Excel] `
link: / excel-date-and-time-how-to-use-the-now-function-in-excel [How to use the COUNTIF in Excel 2016]
link: / excel-date-and-time-how-to-use-the-now-function-in-excel [How to use the SUMIF Function in Excel]