I have a function that uses the Date data type to return a value which is displayed as a time in my worksheet.
I am using the following to format the time:
This chops off the hours and displays ":01:27".
Am I doing something wrong?
I am using the following to format the time:
Code:
SUMIFNOTERROR = Format(ReturnValue, "[hh]:mm:ss")
This chops off the hours and displays ":01:27".
Am I doing something wrong?