Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
what is the difference between the function Interval and Interval# ?
It seems obvious but i wanted to be sure .. i can't find a real difference in the help
=interval( 1.375 ) & ' - ' & Interval#('33:00:00','hh:mm:ss')
Interval takes numeric input while Interval# takes string input
=interval( 1.375 ) & ' - ' & Interval#('33:00:00','hh:mm:ss')
Interval takes numeric input while Interval# takes string input
Thanks for your answer, very clear