Skip to main content

Statistics

Nestor does not handle statistics yet. You can use advanced searches and data exports to handle most common requests with Excel pivot tables.

Delays computation

Concerning delay computation between two dates, use the following functions in excel.

Submission date
Final decision date
Function
25/05/202327/06/202324
25/05/2023

02/01/202301/02/202323
02/01/202315/02/202333
03/01/2023

18/04/202317/05/202322

 

Function for computing every day

=IF(OR(A1="",B1=""),"",DAYS(A1,B1))

French version

=SI(OU(A1="";B1="");"";JOURS(A1;B1))

 

Function for computing only working days

=IF(OR(A1="",B1=""),"",NETWORKDAYS(A1,B1))

French version:

=SI(OU(A1="";B1="");"";NB.JOURS.OUVRES(A1;B1))