42569/datediff-giving-wrong-output
I want to calculate difference between project deadline and days completed for all teams and for all stages. I'm getting wrong output, what to do?
I gave DATEDIFF('day',[Enddate],[Startdate]) as the code for calculative field.
Hi,
Try this, AVG(DATEDIFF('day',[Startdate],[Startdate])) .
You are calculating average days of difference.
It will work.
To exclude Sundays from the DATEDIFF calculation ...READ MORE
You can use the following steps to ...READ MORE
Add this to the end of the ...READ MORE
Below is the required code: IF (NOT ISNULL([test2])) ...READ MORE
In essence, no. Since the workbook is ...READ MORE
You need to hash the raw byte ...READ MORE
In ' '*(r-x-1) and '*'*(2*x+1), you used multiplication ...READ MORE
Hi@rose, You are using older version of pip ...READ MORE
I want to get the length of ...READ MORE
Unfortunately, you can’t create an account on ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.