Excel 2010
Hi, I have the below formula which returns the correct answer but in decimal format. It then does not allow the column to be formatted in a time value.
So the formula returns the value example of 1.25 (1 and a quarter hours), when I want it to return 1:15 (1 Hour and 15 minutes).
=if(or(Table1[ER ARRIVAL DATETIME]="",Table1[ER DEPARTURE DATETIME]=""),0,24 * (Table1[ER DEPARTURE DATETIME]-Table1[ER ARRIVAL DATETIME]))
Any thoughts on correcting this.
Thanks
Terry
Hi, I have the below formula which returns the correct answer but in decimal format. It then does not allow the column to be formatted in a time value.
So the formula returns the value example of 1.25 (1 and a quarter hours), when I want it to return 1:15 (1 Hour and 15 minutes).
=if(or(Table1[ER ARRIVAL DATETIME]="",Table1[ER DEPARTURE DATETIME]=""),0,24 * (Table1[ER DEPARTURE DATETIME]-Table1[ER ARRIVAL DATETIME]))
Any thoughts on correcting this.
Thanks
Terry