I have made a formula to calculate the date difference between start date and end date and returns a value in terms of day and hours as a fraction like "4.75" here is the formulaIF( {End Date} >= {Start Date}, ROUND(DATETIME_DIFF({End Date}, {Start...