Greetings ppls.
I need to calculate the difference between a start time/date and a finish time/date, and return the result as a percentage instead of a time value.
The end time would be equal to 100% and start time would be equal to 0%
The difference is usually always a maximum of 5 days only.
I've tried the simple formula of End time - Start time, but I don't know how to convert it to a percentage.
Thanks.
I need to calculate the difference between a start time/date and a finish time/date, and return the result as a percentage instead of a time value.
The end time would be equal to 100% and start time would be equal to 0%
The difference is usually always a maximum of 5 days only.
I've tried the simple formula of End time - Start time, but I don't know how to convert it to a percentage.
Thanks.