I want to have a column that calculates the time left for delivery on a project. But I would like that it shows only the total amount of Hours left to delivery, not the day, hors, minutes, seconds…
what am I missing in this formula?
if(thisRow.[Delivery Date] > Now() and thisRow.Status=Open, format(Days(thisRow.[Delivery Date]-Now())), “Done”)