I need to make it simple for management looking at the data as they wont understand
well, good luck with that then
Moving swiftly on, I assume that it is indeed a number underneath, that we are working with
You can simply add the 1 as I suggested. You can then also perform other calculations as required, such as subtracting an end time/date from a start time/date
Your results will look unusual though, including the year 1900 or 1904. This is because Excel's date system starts in either 1900 or 1904, depending on version / settings etc. However, your result is actually correct, you just need to play around with it a bit - this year is implying there are no years in your result, as would be expected in the result, say, 10 days. It is usually this type of result that makes people think they are doing something wrong, and yes, it is annoying
Do your calculation, then put INT() around it, to pull out the integer value. This is the number of days, format it as a number as required
Subtract this INT() result from your total days & time, and you are left with just the time. Format this as a time only
Or you can look at custom time / date formats, e.g. [dd"d" hh:mm]
You can also use hour() and minute() functions if needed